6.13.2. MPFR 的内容
              安装的库: mpfr.so
            
          MPFR 包中包含高精度数学函数
为 MPFR 的编译作准备:
./configure --prefix=/usr --enable-thread-safe
编译软件包:
make
![[重要]](../images/important.png) 
          本节的 MPFR 测试套件很重要。在任何情况下都不要省略这一步。
对结果进行测试,并确保全部 134 个测试都通过:
make check
安装软件包:
make install