编译boost和CGAL

由于之前师兄给的boost和CGAL库全是MD的,而我现在的工程又都是MT的,不得已还是得自己重新学一下怎么编译。

boost的编译参考这篇 https://blog.csdn.net/zengraoli/article/details/70187556

写的非常棒,一步一步来就行

https://blog.csdn.net/yasi_xi/article/details/8660549

因为我要求的是静态链接库

所以

bjam stage --toolset=msvc-14.0 architecture=x86 address-model=64 --without-graph --without-graph_parallel --stagedir="D:\boost\boost_1_63_0\bin\vc14-x64" link=static runtime-link=static threading=multi debug release

猜你喜欢

转载自www.cnblogs.com/amarr/p/9479687.html