]> SALOME platform Git repositories - tools/install.git/blobdiff - README
Salome HOME
Fix pb of previous integration
[tools/install.git] / README
diff --git a/README b/README
index bbd72b4f964d2ad9f3204da04f3276c3123a4d2f..dce82e4225cd0b4c98eb5fd7150d5e0d7b01ad27 100644 (file)
--- a/README
+++ b/README
                source salome.csh
 
           where <KERNEL_ROOT_DIR> is KERNEL binaries directory, e.g. 
-          KERNEL_3.0.0 for the 3.0.0 version.
+          KERNEL_3.2.2 for the 3.2.2 version.
 
      2.2. Launching of SALOME
        
           After you set environment you can start SALOME. Go to the KERNEL 
-          module's binaries directory (KERNEL_3.0.0/bin/salome for the version 
-          3.0.0) by using of 'cd' command and then type:
+          module's binaries directory (KERNEL_3.2.2/bin/salome for the version 
+          3.2.2) by using of 'cd' command and then type:
 
                runSalome [<parameters>]
 
           In this scenario it is supposed that you have installed SALOME
           modules sources in the /home/salome directory. The name of each module
           sources directory depends on the version of the platform, for example,
-          KERNEL_SRC_3.0.0 for KERNEL module of SALOME version 3.0.0.
+          KERNEL_SRC_3.2.2 for KERNEL module of SALOME version 3.2.2.
 
           The order of compilation and installation should be performed according 
           to the dependancies between modules:
 
           - create a configuration script by typing
 
-               ../KERNEL_SRC_3.0.0/build_configure
+               ../KERNEL_SRC_3.2.2/build_configure
 
           - run configure script which will check the environment and create 
            Makefile files:
 
-               ../KERNEL_SRC_3.0.0/configure --prefix=/home/salome/KERNEL_install
+               ../KERNEL_SRC_3.2.2/configure --prefix=/home/salome/KERNEL_install
 
           Note, that --prefix option defines the directory where you want to 
           install KERNEL module after 'make install' procedure. configure script