]> SALOME platform Git repositories - tools/simanio.git/blob - scripts/README
Salome HOME
SALOME_V7_siman scripts are updated
[tools/simanio.git] / scripts / README
1 How to get and build SALOME-SIMAN code
2
3 1. Take SALOME-SIMAN code from CVS repository for SIMAN 
4 and the following modules "KERNEL GUI GEOM MED SMESH PYHELLO" like this
5
6 cvs -d :pserver:<user_name>@cvs.opencascade.com:/home/server/cvs/SIMAN checkout SIMANIO_SRC
7 cvs -d :pserver:<user_name>@cvs.opencascade.com:/home/server/cvs/KERNEL checkout -r <branch name> KERNEL_SRC
8 cvs -d :pserver:<user_name>@cvs.opencascade.com:/home/server/cvs/GUI checkout -r <branch name> GUI_SRC
9 cvs -d :pserver:<user_name>@cvs.opencascade.com:/home/server/cvs/GEOM checkout -r <branch name> GEOM_SRC
10 cvs -d :pserver:<user_name>@cvs.opencascade.com:/home/server/cvs/MED checkout -r <branch name> MED_SRC
11 cvs -d :pserver:<user_name>@cvs.opencascade.com:/home/server/cvs/SMESH checkout -r <branch name> SMESH_SRC
12 cvs -d :pserver:<user_name>@cvs.opencascade.com:/home/server/cvs/EXAMPLES checkout -r <branch name> PYHELLO1_SRC
13
14 where <branch name> is :
15 "BR_siman_phase1" if you are based on SALOME 6.5.0
16 "V7_siman" if you are based on SALOME 7.X
17
18 2. Copy the required Web Services product wso2-wsf-cpp-2.1.0_<platform>.tgz from SIMANIO_SRC to root directory (..) and unpack it :
19 wso2-wsf-cpp-2.1.0_debian60-64.tgz
20 wso2-wsf-cpp-2.1.0_mandriva_2010-64.tgz
21
22 3. Copy the required scripts from SIMANIO_SRC/scripts directory to root directory (../..) and adjust them as necessary
23 This README files is also delivered in SIMANIO_SRC/scripts directory
24
25 4. Build SIMANIO_SRC using these scripts as following :
26 source env_siman.sh 
27 ./siman_build.sh
28
29 5. Build all other modules in usual manner
30
31 Note: additionally the following SALOME modules (not impacted with SIMAN changes) should be also build 
32 "VISU PARAVIS YACS NETGENPLUGIN GHS3DPLUGIN BLSURFPLUGIN HexoticPLUGIN GHS3DPRLPLUGIN"
33
34 6. Check runnability of SALOME in two modes - without and with SIMAN :
35 runSalome
36 runSalome --siman
37