1 NewGEOM version 0.1 (end of development phase 1 result).
9 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${ROOT_DIR}/install ${ROOT_DIR}/sources
13 It will create a "build" and "install" folders. Environment is ready to launch an application:
17 Or without environment call:
22 Compilation on Windows:
23 =======================
24 cd <sources_directory>
27 It will launch the Visual Studio 2010. In it build for: "ALL_BUILD" and then "INSTALL" projects.