⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most i
💻
字号:
The precompiled files were generated this way:

# goto the GMP directory

./configure --disable-static --enable-shared --enable-alloca=malloc-reentrant
make
make install

cd /usr/local/lib

# generate the dll:
lib /machine:IX86 /def:c:/gmp/gmp-4.1.3/.libs/libgmp-3.dll-def

# move libgmp-3.dll on the PATH
mv libgmp-3.dll c:/windows/system32

mv libgmp-3.lib gmp.lib

# generate a fake file to make configure for mpfr work
touch libgmp.a



# goto the mpfr directory

 ./configure --with-gmp-include=c:/gmp/gmp-4.1.3 --with-gmp-lib=/usr/local/lib  --enable-alloca=malloc-reentrant
make install
make

cd /usr/local/lib
mv libmpfr.a mpfr.lib



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -