CGAL4.1在VS2010上配置

时间:2014-01-19 08:28:12   收藏:0   阅读:626

  配这个环境花了好几天的时间,虽然网上有很多相关的步骤,但是还是出了不少小错误,具体的步骤有很多,我就只记下我遇到的问题,我用的是CGAL4.1 boost1.51 CMake2.8 Qt4.8.2:

  1、boost安装参考文档http://leaver.me/archives/721.html   ,编译的时候全部编译用b2 –-toolset=msvc-10.0 –-dbuild-type=complete

  2、CMake里要在Entry加入boost的路径

  3、CGAL.sln需要debug和release都build
 
  4、配置dll路径可以加到Path里,但是记得一定要重启VS
  参考链接:
  http://wenku.baidu.com/view/6e314000cc175527072208d6.html
  http://blog.sina.com.cn/s/blog_6f3306c40101ajbj.html
  http://blog.csdn.net/jiao_zhoucy/article/details/8134595

原文:http://www.cnblogs.com/tlsdba/p/3525460.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!