9 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${ROOT_DIR}/install ${ROOT_DIR}/sources
13 or simply (only for not-SALOME prerequisites):
17 Note that it is possible to use SALOME installed environment for compilation.
18 For this just import it (PDIR variable will be set automatically) or update
19 salome_env.sh first "export" and import this script.
22 It will create a "build" and "install" folders. Environment is ready to launch an application:
26 Or without environment call:
31 Compilation on Windows:
32 =======================
33 cd <sources_directory>
36 It will launch the Visual Studio 2010. In it build for: "ALL_BUILD" and then "INSTALL" projects.
41 For compilation on Windows basing on SALOME products already installed please use:
45 SALOME_ROOT_DIR is needed to be correctly set or located in "SALOME" folder of
46 parent to SHAPER folder. For the current moment SALOME 7.3.0 compiled on
47 Visual Studio 2008 compiler is supported.