|
From: Piter D. <pit...@pi...> - 2009-08-27 23:17:18
|
I would change > bjam --build-type=complete --toolset=msvc-9.0 install by > bjam --build-type=complete --toolset=msvc --prefix=C:\Develop install This way bjam will find the compiler version by itself (useful when you upgrade VC++ version) and will install boost inside C:\Develop (C:\Develop\lib and C:\Develop\include\boost-1_39). Of course you can change C:\Develop by your preferred development path. Piter Dias pit...@pi... |