diff --git a/content/zh/post/xingchen/gcc_compile.md b/content/zh/post/xingchen/gcc_compile.md index 85994adb7d39a9862114227a018a43eb71b21bb9..c51046cda0b0df6aa3f53737ba1a14da1eaa2b05 100644 --- a/content/zh/post/xingchen/gcc_compile.md +++ b/content/zh/post/xingchen/gcc_compile.md @@ -31,6 +31,10 @@ Gcc的编译依赖 `gmp` `isl` `mpc` `mpfr` ,需要先编译这四个库。 gmp http://ftp.gnu.org/gnu/gmp/gmp-6.1.1.tar.xz + + mpfr + http://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.gz + mpc http://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz