Salome HOME
Update version
[tools/install.git] / README
diff --git a/README b/README
index 9890ac8d187f193784e584311e9135c3aba4748a..2c50ae376eebe08d5caa605b0bb8c5f4827c4e5a 100644 (file)
--- a/README
+++ b/README
                source salome.csh
 
           where <KERNEL_ROOT_DIR> is KERNEL binaries directory, e.g. 
-          KERNEL_6.2.0 for the 6.2.0 version.
+          KERNEL_6.3.0 for the 6.3.0 version.
 
      2.2. Launching of SALOME
        
           After you set environment you can start SALOME. Go to the KERNEL 
-          module's binaries directory (KERNEL_6.2.0/bin/salome for the version 
-          6.2.0) by using of 'cd' command and then type:
+          module's binaries directory (KERNEL_6.3.0/bin/salome for the version 
+          6.3.0) 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/user/salome directory. The name of each module
           sources directory depends on the version of the platform, for example,
-          KERNEL_SRC_6.2.0 for KERNEL module of SALOME version 6.2.0.
+          KERNEL_SRC_6.3.0 for KERNEL module of SALOME version 6.3.0.
 
           Compilation and installation should be performed according to 
           the dependencies between modules:
 
           - create a configuration script by typing
 
-               ../KERNEL_SRC_6.2.0/build_configure
+               ../KERNEL_SRC_6.3.0/build_configure
 
           - run configure script which will check the environment and create 
            Makefile files:
 
-               ../KERNEL_SRC_6.2.0/configure --prefix=/home/user/salome/KERNEL-6.2.0
+               ../KERNEL_SRC_6.3.0/configure --prefix=/home/user/salome/KERNEL-6.3.0
 
           Note, that --prefix option defines the directory where you want to 
           install KERNEL module after 'make install' procedure. configure script
                make install
 
           After you have completed this scenario, KERNEL module is built and 
-          installed into /home/user/salome/KERNEL-6.2.0 directory.
+          installed into /home/user/salome/KERNEL-6.3.0 directory.
 
           - modify your environment scripts:
 
           * for bash:
 
-               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-6.2.0
+               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-6.3.0
 
           * for csh:
 
-               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-6.2.0
+               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-6.3.0
 
           - then repeat this scenario for other modules you want to build taking 
             into account the dependencies between modules (see dependencies table
 
                setenv MODULE_ROOT_DIR /home/user/salome/<MODULE_distribution>
 
-          where <MODULE_distribution> is a MODULE-6.2.0 (see above).
+          where <MODULE_distribution> is a MODULE-6.3.0 (see above).
 
      4.2. Automatic build procedure: build.csh and build.sh scripts