Salome HOME
README and minor environment changes
[modules/shaper.git] / README
1 NewGEOM version 0.1 (end of development phase 1 result).
2
3
4 Compilation on LINUX:
5 =====================
6
7   cd <sources_directory>
8   source linux_env.sh 
9   cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${ROOT_DIR}/install ${ROOT_DIR}/sources
10   make
11   make install
12
13 It will create a "build" and "install" folders. Environment is ready to launch an application:
14
15   XGUI
16
17 Or without environment call:
18
19   linux_run.sh 
20
21
22 Compilation on Windows:
23 =======================
24   cd <sources_directory>
25   buildNewGEOM_rel.bat
26
27 It will launch the Visual Studio 2010. In it build for: "ALL_BUILD" and then "INSTALL" projects.
28 Launch:
29
30   winRun.bat
31