CGAL附属问题
mpfr是一个多精度高效的浮点计算C语言库 , 基于GMP .
GMP是The GNU MP Bignum Library,是一个开源的数学运算库,它可以用于任意精度的数学运算,包括有符号整数、有理数和浮点数。它本身并没有精度限制,只取决于机器的硬件情况。
As Visual C++ is not properly supported by the Gmp and Mpfr projects, we provide precompiled versions of Gmp and Mpfr, which can be downloaded with the installer CGAL-4.2-Setup.exe.(其实4.0版本就已经有了precompiled)
GNU("Gnu's Not Unix"的缩写),一个类UNIX的操作系统。
不断重复的bug:
1>d:\cg\annex\mpfr\mpfr.h(116) : error C2146: 语法错误 : 缺少“;”(在标识符“_mpfr_exp”的前面)
这个自己手动做出错,用CMake直接对某一个example进行configure和generate,得到的结果程序就直接能运行。