Assimp
v3.0 (July 2012)
|
CMake is a cross-platform build system that is supported by assimp. CMake doesn't build on its own, instead it generates platform-specific build files for one of the build systems available on the system (i.e. on linux, it will typically be used to generate gnu makefiles).
If you know CMake already, you can skip over this page. Building assimp with CMake works like any other CMake build.
cmake -DNAME_OF_SETTING=VALUEto configure the build (see the CMake file for a list of all configurable settings.
cmake -G 'Unix Makefiles'to generate build files (GNU make in this case, for a full list of targets see the CMake docs).
ENABLE_BOOST_WORKAROUNDflag.
VC10_STDINT_FIXbuild flag (may or may not be required)