Salome HOME
SALOME build and run scripts are added.
[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 . env_siman.sh 
27 ./siman_build.sh
28
29 5. Build other required SALOME modules in usual manner 
30 for example, using the scripts provided with offical SALOME installation (env_build.sh, env_products.sh, build.sh)
31
32 Additionally the following SALOME modules (not currently impacted with SIMAN changes) can be also built to using in SIMAN project test cases.
33 "VISU PARAVIS YACS NETGENPLUGIN GHS3DPLUGIN BLSURFPLUGIN HexoticPLUGIN GHS3DPRLPLUGIN"
34
35 6. Set SALOME runtime environment and Check runnability of SALOME in two modes - without and with SIMAN :
36 . env_siman.sh
37 . env_products.sh
38 runSalome
39 runSalome --siman