准备阶段:
环境准备:
linux
cmake (version > 2.8.11),本文里面是cmake3.14
cmake下载:https://cmake.org/download/
CGAL库依赖库列表:
- boost下载:Boost C++ Libraries
- gmp下载 :https://gmplib.org/
- mpfr下载: https://www.mpfr.org/mpfr-current/
CGAL库下载:The Computational Geometry Algorithms Library
Step 1:安装CGAL及依赖库阶段:
依次安装boost,gmp以及mpfr的 依赖库,如权限不够记得加上sudo命令
apt-get install python-dev gccxml
apt-get install libgmp-dev
apt-get install libmpfr-dev
boost 安装:
cd /opt/cmake-3.3.2
./bootstrap
ma