How to get and build SALOME-SIMAN code 1. Take SALOME-SIMAN code from CVS repository for SIMAN and the following modules "KERNEL GUI GEOM MED SMESH PYHELLO" like this cvs -d :pserver:@cvs.opencascade.com:/home/server/cvs/SIMAN checkout SIMANIO_SRC cvs -d :pserver:@cvs.opencascade.com:/home/server/cvs/KERNEL checkout -r KERNEL_SRC cvs -d :pserver:@cvs.opencascade.com:/home/server/cvs/GUI checkout -r GUI_SRC cvs -d :pserver:@cvs.opencascade.com:/home/server/cvs/GEOM checkout -r GEOM_SRC cvs -d :pserver:@cvs.opencascade.com:/home/server/cvs/MED checkout -r MED_SRC cvs -d :pserver:@cvs.opencascade.com:/home/server/cvs/SMESH checkout -r SMESH_SRC cvs -d :pserver:@cvs.opencascade.com:/home/server/cvs/EXAMPLES checkout -r PYHELLO1_SRC where is : "BR_siman_phase1" if you are based on SALOME 6.5.0 "V7_siman" if you are based on SALOME 7.X 2. Copy the required Web Services product wso2-wsf-cpp-2.1.0_.tgz from SIMANIO_SRC to root directory (..) and unpack it : wso2-wsf-cpp-2.1.0_debian60-64.tgz wso2-wsf-cpp-2.1.0_mandriva_2010-64.tgz 3. Copy the required scripts from SIMANIO_SRC/scripts directory to root directory (../..) and adjust them as necessary This README files is also delivered in SIMANIO_SRC/scripts directory 4. Build SIMANIO_SRC using these scripts as following : source env_siman.sh ./siman_build.sh 5. Build all other modules in usual manner Note: additionally the following SALOME modules (not impacted with SIMAN changes) should be also build "VISU PARAVIS YACS NETGENPLUGIN GHS3DPLUGIN BLSURFPLUGIN HexoticPLUGIN GHS3DPRLPLUGIN" 6. Check runnability of SALOME in two modes - without and with SIMAN : runSalome runSalome --siman