Salome HOME
Add SALOME test
[modules/shaper.git] / README
1 NewGEOM version 0.2 (end of development phase 2 result).
2
3
4 Compilation on LINUX:
5 =====================
6
7   cd <sources_directory>
8   source salome_env.sh
9   source env_linux.sh
10   cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${ROOT_DIR}/install ${ROOT_DIR}/sources
11   make
12   make install
13
14 or simply (only for not-SALOME prerequisites):
15
16   make.sh
17
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.
21
22
23 It will create a "build" and "install" folders. Environment is ready to launch an application:
24
25   XGUI
26
27 Or without environment call:
28
29   linux_run.sh
30
31
32 Compilation on Windows:
33 =======================
34   cd <sources_directory>
35   buildNewGEOM_rel.bat
36
37 It will launch the Visual Studio 2010. In it build for: "ALL_BUILD" and then "INSTALL" projects.
38 Launch:
39
40   winRun.bat
41
42 For compilation on Windows basing on SALOME products already installed please use:
43
44 msvc9_env_Salome.bat
45
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.
49