From ce1e9fabb4f48c248664d0eb01722a20323734b8 Mon Sep 17 00:00:00 2001 From: zhangxubo <2578876417@qq.com> Date: Wed, 2 Mar 2022 06:18:32 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0mpfr=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/zh/post/xingchen/gcc_compile.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/zh/post/xingchen/gcc_compile.md b/content/zh/post/xingchen/gcc_compile.md index 85994adb..c51046cd 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` ,需要先编译这四个库。