1 NewGEOM version 0.2 (end of development phase 2 result).
10 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${ROOT_DIR}/install ${ROOT_DIR}/sources
14 or simply (only for not-SALOME prerequisites):
18 Note that it is possible to use SALOME installed environment for compilation.
19 For this just import it (PDIR variable will be set automatically) or update
20 salome_env.sh first "export" and import this script.
23 It will create a "build" and "install" folders. Environment is ready to launch an application:
27 Or without environment call:
32 Compilation on Windows:
33 =======================
34 cd <sources_directory>
37 It will launch the Visual Studio 2010. In it build for: "ALL_BUILD" and then "INSTALL" projects.
42 For compilation on Windows basing on SALOME products already installed please use:
46 SALOME_ROOT_DIR is needed to be correctly set or located in "SALOME" folder of
47 parent to NewGEOM folder. For the current moment SALOME 7.3.0 compiled on
48 Visual Studio 2008 compiler is supported.