CGAL(32)+Boost+CMake+win8.1+VS2013

Qt和libQGLViewer可安装可不安装,如果安装,切记与CGAL选择同样的Bit

软件准备

  1. boost_1_59_0-msvc-12.0-32.exe
  2. CGAL-4.7-Setup.exe
  3. CMake-3.4.1-win32-x86.exe
    注:1. 官网下载 2.安装到C盘同一目录下

系统环境变量配置

  1. 添加 BOOST_LIBRARYDIR=C:***\boost_1_59_0\lib32-msvc-12.0
  2. 添加 BOOST_INCLUDEDIR=C:***\boost_1_59_0
  3. PATH变量追加 C:***\boost_1_59_0\lib32-msvc-12.0;C:***\CGAL-4.7\auxiliary\gmp\lib

编译CGAL

  • CMake-GUI
    Where is the source code: C:***\CGAL-4.7
    Where to build the binaries: C:***\CGAL-4.7\build

    先Configure,选择”Visual Studio 12 2013” ;再Generate。
    成功会出现提示如下
    **Configuring done
    Generating done**

  • PATH变量追加 C:***\CGAL-4.7\build\bin

你可能感兴趣的:(boost,cmake,cgal)