From 93de9d2b429d442bc1f6cb87659d64b08d55d945 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 16 Jul 2004 07:11:06 +0000 Subject: [PATCH] Version -> SALOME/PAL 2.0.0 --- README | 12 +++--- config.xml | 74 +++++++++++++++++----------------- config_RedHat8_0.xml | 74 +++++++++++++++++----------------- config_RedHat8_0_with_Mesa.xml | 74 +++++++++++++++++----------------- doc/readme.html | 4 +- 5 files changed, 119 insertions(+), 119 deletions(-) diff --git a/README b/README index 06bbaea..9436c9a 100644 --- a/README +++ b/README @@ -85,13 +85,13 @@ source salome.csh where is KERNEL binaries directory, e.g. - KERNEL_1.4.1 for the 1.4.1 version. + KERNEL_2.0.0 for the 2.0.0 version. 2.2. Launching of SALOME After you set environment you can start SALOME. Go to the KERNEL - module's binaries directory (KERNEL_1.4.1/bin/salome for the version - 1.4.1) by using of cd command and then type: + module's binaries directory (KERNEL_2.0.0/bin/salome for the version + 2.0.0) by using of cd command and then type: runSalome [] @@ -202,7 +202,7 @@ In the sample scenario it is supposed that you have installed SALOME modules sources in the /home/salome directory. The name of each module's sources directory depends on the version of the platform, for example, - KERNEL_SRC_1.4.1 for KERNEL module of PAL/SALOME version 1.4.1. + KERNEL_SRC_2.0.0 for KERNEL module of PAL/SALOME version 2.0.0. The order of compilation and installation should be performed in accordance with modules dependancies: @@ -223,7 +223,7 @@ - go to KERNEL module's sources directory: - cd /home/salome/KERNEL_SRC_1.4.1 + cd /home/salome/KERNEL_SRC_2.0.0 - set environment variables (use bash or csh script, depending on your shell): @@ -242,7 +242,7 @@ - configure the sources and create Makefile files: cd KERNEL_build - ../KERNEL_SRC_1.4.1/configure --prefix=/home/salome/KERNEL_install + ../KERNEL_SRC_2.0.0/configure --prefix=/home/salome/KERNEL_install Note, that --prefix option defines the directory where you want to install KERNEL module after make install procedure. diff --git a/config.xml b/config.xml index 14028aa..655dd56 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + script="KERNEL_SRC_2.0.0.sh"/> + script="KERNEL_BIN_2.0.0.sh"/> + script="GEOM_SRC_2.0.0.sh"/> + script="GEOM_BIN_2.0.0.sh"/> + script="MED_SRC_2.0.0.sh"/> + script="MED_BIN_2.0.0.sh"/> + script="SMESH_SRC_2.0.0.sh"/> + script="SMESH_BIN_2.0.0.sh"/> + script="VISU_SRC_2.0.0.sh"/> + script="VISU_BIN_2.0.0.sh"/> + script="SUPERV_SRC_2.0.0.sh"/> + script="SUPERV_BIN_2.0.0.sh"/> + script="COMPONENT_SRC_2.0.0.sh"/> + script="COMPONENT_BIN_2.0.0.sh"/> + script="PYCALCULATOR_SRC_2.0.0.sh"/> + script="PYCALCULATOR_BIN_2.0.0.sh"/> + script="NETGENPLUGIN_SRC_2.0.0.sh"/> + script="NETGENPLUGIN_BIN_2.0.0.sh"/> diff --git a/config_RedHat8_0.xml b/config_RedHat8_0.xml index 14028aa..655dd56 100644 --- a/config_RedHat8_0.xml +++ b/config_RedHat8_0.xml @@ -1,5 +1,5 @@ - + script="KERNEL_SRC_2.0.0.sh"/> + script="KERNEL_BIN_2.0.0.sh"/> + script="GEOM_SRC_2.0.0.sh"/> + script="GEOM_BIN_2.0.0.sh"/> + script="MED_SRC_2.0.0.sh"/> + script="MED_BIN_2.0.0.sh"/> + script="SMESH_SRC_2.0.0.sh"/> + script="SMESH_BIN_2.0.0.sh"/> + script="VISU_SRC_2.0.0.sh"/> + script="VISU_BIN_2.0.0.sh"/> + script="SUPERV_SRC_2.0.0.sh"/> + script="SUPERV_BIN_2.0.0.sh"/> + script="COMPONENT_SRC_2.0.0.sh"/> + script="COMPONENT_BIN_2.0.0.sh"/> + script="PYCALCULATOR_SRC_2.0.0.sh"/> + script="PYCALCULATOR_BIN_2.0.0.sh"/> + script="NETGENPLUGIN_SRC_2.0.0.sh"/> + script="NETGENPLUGIN_BIN_2.0.0.sh"/> diff --git a/config_RedHat8_0_with_Mesa.xml b/config_RedHat8_0_with_Mesa.xml index 07713a3..56f6d86 100644 --- a/config_RedHat8_0_with_Mesa.xml +++ b/config_RedHat8_0_with_Mesa.xml @@ -1,5 +1,5 @@ - + script="KERNEL_SRC_2.0.0.sh"/> + script="KERNEL_BIN_2.0.0.sh"/> + script="GEOM_SRC_2.0.0.sh"/> + script="GEOM_BIN_2.0.0.sh"/> + script="MED_SRC_2.0.0.sh"/> + script="MED_BIN_2.0.0.sh"/> + script="SMESH_SRC_2.0.0.sh"/> + script="SMESH_BIN_2.0.0.sh"/> + script="VISU_SRC_2.0.0.sh"/> + script="VISU_BIN_2.0.0.sh"/> + script="SUPERV_SRC_2.0.0.sh"/> + script="SUPERV_BIN_2.0.0.sh"/> + script="COMPONENT_SRC_2.0.0.sh"/> + script="COMPONENT_BIN_2.0.0.sh"/> + script="PYCALCULATOR_SRC_2.0.0.sh"/> + script="PYCALCULATOR_BIN_2.0.0.sh"/> + script="NETGENPLUGIN_SRC_2.0.0.sh"/> + script="NETGENPLUGIN_BIN_2.0.0.sh"/> diff --git a/doc/readme.html b/doc/readme.html index ae08f39..4989d77 100755 --- a/doc/readme.html +++ b/doc/readme.html @@ -10,7 +10,7 @@ - PAL/SALOME v1.4.1 Installation Wizard Help + PAL/SALOME v2.0.0 Installation Wizard Help @@ -41,7 +41,7 @@ -
updated for the version 1.4.1
+
updated for the version 2.0.0

    -- 2.39.2