Salome HOME
README update
authorbri <bri@opencascade.com>
Mon, 10 Feb 2014 14:22:13 +0000 (18:22 +0400)
committerbri <bri@opencascade.com>
Mon, 10 Feb 2014 14:22:13 +0000 (18:22 +0400)
scripts/README

index 7cd4bd6d2e62303f1a7ba15020ef83ad9d0a6c55..4c786ab0b034d023adc255b92043e27c5b25c472 100644 (file)
@@ -1,6 +1,6 @@
 How to get and build SALOME-SIMAN code
 
-1. Take SALOME-SIMAN code from CVS repository for SIMAN 
+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:<user_name>@cvs.opencascade.com:/home/server/cvs/SIMAN checkout SIMANIO_SRC
@@ -28,9 +28,18 @@ This README files is also delivered in SIMANIO_SRC/scripts directory
 . env_siman.sh 
 ./siman_build.sh
 
-5. Build other required SALOME modules in usual manner 
+5. Then build other required SALOME modules in usual manner 
 for example, using the scripts provided with offical SALOME installation (env_build.sh, env_products.sh, build.sh)
 
+Note :
+To build SALOME in the mode with SIMAN the SIMANIO_ROOT_DIR variable has to be defined and points to directory containing the include files and the preliminarily built SIMANIO library.
+It is used by configure in the conditional WITH_SIMANIO and CHECK_SIMANIO m4 check procedure.
+
+The setting the SIMANIO_ROOT_DIR variable is provided by executing (. env_siman.sh) on the previous step and it is enough to build properly SALOME KERNEL with SIMAN.
+
+It can be also achieved by usage of the configure option --with-simanio=$SIMANIO_ROOT_DIR.
+
+
 Additionally the following SALOME modules (not currently impacted with SIMAN changes) can be also built to using in SIMAN project test cases.
 "VISU PARAVIS YACS NETGENPLUGIN GHS3DPLUGIN BLSURFPLUGIN HexoticPLUGIN GHS3DPRLPLUGIN"