lidardev team mailing list archive
-
lidardev team
-
Mailing list archive
-
Message #00011
[Blueprint windows-compilation] Specific issues for Windows compilation
Blueprint changed by Olivier Tournaire:
Whiteboard set to:
Here are some tips on compiling LidarFormat on Windows.
***** Tests made with Visual 2008 Express Edition *****
1) Boost build
To use boost autolink on windows, you have to build boost libs with the specific toolset associated with your compiler. For example, to build all configurations with Visual 2008 Express and install in default location (C:/Boost), use this command line:
bjam toolset=msvc-9.0express --build-type=complete install
In addition, you can choose to exclude some not needed libraries for the build process with the '--without-LIBTOEXCLUDE' option. For more options, see http://www.boost.org/doc/libs/1_39_0/more/getting_started/windows.html
--
Specific issues for Windows compilation
https://blueprints.edge.launchpad.net/lidarformat/+spec/windows-compilation