From: vsr
@@ -95,9 +95,9 @@ configuration xml file.
The installation procedure can support some different Linux platforms
-(currently it provides only configuration scripts for RedHat-8.0)
-and various number of products.
- The using of configuration xml files gives flexible way to modify the list
+and various number of products. Currently the basic target platform is Linux RedHat 8.0.
+From SALOME version 2.2.4 Installation Wizard also supports Linux Mandrake 10.1.
+The using of configuration xml files gives flexible way to modify the list
of products to be installed by the Installation Wizard without changing program's
source code. Just create your own configuration file and implement installation
scripts for products you want to be provided by Wizard. See "Auto set prerequisites products
checkbox.
Special button in the right part of the page - "Unselect All" -
allows to reset quickly all products to the "not install" state.
- If you want to use native Linux Red Hat 8.0 products (these are gcc, tcl,
+ If you want to use native products (for example, for Linux Red Hat 8.0 these are gcc, tcl,
Python, Qt, Sip and PyQt), select "use native" option.
There are also two checkboxes on this page: "SALOME sources" and "SALOME binaries". +These three-state checkboxes allow quick selecting/unselecting SALOME packages +for the installation.
+The box at the right side of the page displays the information about currently highlighted product: name, version, short description (if provided), required disk space, temporary files disk space, list of prerequisites and user choice.
Figure 1: "Installation settings" page in the advanced mode
Installation procedure uses a special directory to store temporary files. +
The installation procedure uses a special directory to store temporary files. The "Space for temporary files:" field shows the information about required disk space on the hard drive for extracting and compiling of the selected products. You can change the default directory - just type path @@ -193,7 +197,7 @@ wizard will follow to the next page:
Figure 2: "Check your choice" page
@@ -205,7 +209,7 @@ wizard will follow to the next page: follow to the next page.Figure 3: "Installation progress" page
Figure 4: "Finish installation" page
@@ -267,7 +271,7 @@ and KERNEL mo products version procedure Unfortunately under Linux platform there is no exact algorithm to identify the product's version. The table below contains the information relating -to checking preinstalled products for the Linux RedHat 8.0 platformset TCLHOME if you have preinstalled version of tcl. set LD_LIBRARY_PATH on a directory where libs can be found. |
- It is recommended to use native tcl on Linux RedHat 8.0 | +It is recommended to use native tcl/tk on Linux RedHat 8.0 | ||||
boost 1.30.2 @@ -325,11 +329,12 @@ BOOST from binaries. | ||||||
Open CASCADE 5.2 |
- existence of CASROOT environment variable | +existence of CASROOT environment variable ver_major=`grep "!define OCC_VERSION_MAJOR" ${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'` +ver_minor=`grep "!define OCC_VERSION_MINOR" ${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'` +ver="$ver_major.$ver_minor" + |
set CASROOT if you have preinstalled version of Open CASCADE | -Unfortunately we can't say anything exactly about CASCADE 5.2 -and we only check CASROOT environment variable. If you have problem with -preinstalled version of Open CASCADE, reinstall it | +CASCADE's Standard_Version.hxx file provides version information. | |
Patch for Open CASCADE 5.2 @@ -337,8 +342,8 @@ preinstalled version of Open CASCADE, reinstall it |
Open CASCADE 5.2 provided with the Installation Wizard already includes the patch, -necessary for SALOME 2.2.0. In addition the Installation Wizard provides the sources of a Open CASCADE patch -which can be applied to original Open CASCADE 5.2. sources before compilation. | +necessary for SALOME 2.2.x. In addition the Installation Wizard provides the sources of a Open CASCADE patch +which can be applied to original Open CASCADE 5.2 sources before its compilation.|||||
Python 2.2.1 | @@ -389,7 +394,7 @@ to use OpenGL drivers installed on your computer locally. This check procedureHdf 5-1.4.4 | existence of HDF5HOME existence of libhdf5.so.0.0.0 - existence of libhdf5.settings |
+ existence of libhdf5.settingsset HDF5HOME if you have preinstalled version of hdf | We try to find libhdf5.so.0.0.0 and libhdf5.settings in ${HDF5HOME}/lib
folder. @@ -453,24 +458,16 @@ folder. |
||
Numeric 22.0 | -existence of Numeric folder - existence of _numpy.so |
- set PYTHONHOME if you have preinstalled version of python | -Unfortunately we can't check the version number. - We try to find Numeric folder in ${PYTHONHOME}/lib/python2.2/site-packages/Numeric - folder. - If you have problem with preinstalled version of numeric 22.0 reinstall -it. |
+ ver=`python -c 'import Numeric; print Numeric.__version__' 2>/dev/null` | +set PYTHONHOME if you have preinstalled version of Numeric package | +If you have problem with preinstalled version of numeric 22.0 reinstall it. |
Sip 3.3.2 | -existence of SIPDIR - existence of sip - existence of libsip.so.9.1.0 |
+ existence of SIPDIR sip_ver=`${SIPDIR}/sip -V | awk '{print $1}'` |
set SIPDIR to directory where you have sip preinstalled | -We try to find sip and libsip.so.9.1.0 in $SIPDIR folder if you
-set SIPDIR , otherwise searching is done using $PATH and $LD_LIBRARY_PATH
- accordingly. + | Searching for the sip binary is performed in the folder pointed by the $SIPDIR variable if it is set
+and then by using $PATH variable. It is recommended to use native Sip on Linux RedHat 8.0 |
|
HappyDoc 2.1 | existence of happydoc ver=`happydoc | grep "HappyDoc version 2.1"` |
- set PYTHONHOME if you have preinstalled version of python | -We try to find happydoc in $PYTHONHOME/bin folder. + | set PATH variable to the directory where you have HappyDoc installed. | +We try to find happydoc in $PATH. ver should not be empty. This product is not obligatory. It was added only for your comfort. |
existence of doxygen existence of doxysearch existence of doxytag - existence of doxywizard |
+ existence of doxywizardset QTDIR if you have preinstalled version of qt set PATH on a directory where doxygen, doxysearch, doxytag and doxywizard can be found |
- Unfortunately we can't check the version number. - It's necessary to have compiled Qt in order to build doxywizard. + | doxygen, doxysearch, doxytag, doxywizard binaries should exist; ver should be 1.3-rc2. +It's necessary to have compiled Qt in order to build doxywizard. If you have problem with preinstalled version of doxygen 1.3-rc2 reinstall it. This product is not obligatory. It was added only for your comfort. |
Graphviz 1.9 | -existence of dot | +existence of dot binary. ver=`dot -V 2>&1 | awk '{print $3}'` |
add GraphViz's bin directory to the PATH environment variable | -Unfortunately we can't check the version number. - We try to find dot program in the $PATH |
+ We try to find dot program in the $PATH. | |
MODULE binaries @@ -525,8 +521,8 @@ otherwise searching is done using $LD_LIBRARY_PATH . ver=`cat $MODULE_ROOT_DIR/bin/salome/VERSION | awk -F: '{print $2}' | tr -d '[:space:]'` |
set MODULE_ROOT_DIR if you have preinstalled binaries of MODULE - version 2.2.0 | -MODULE binaries should exist and ver should be equal to 2.2.0 | + version 2.2.4 +MODULE binaries should exist and ver should be equal to 2.2.4 | |||
MODULE sources @@ -536,8 +532,8 @@ otherwise searching is done using $LD_LIBRARY_PATH . existence of VERSION file ver=`cat $MODULE_SRC/bin/VERSION | awk -F: '{print $2}' | tr -d '[:space:]'` |
set MODULE_SRC_DIR if you have preinstalled sources of MODULE -version 2.2.0 | -MODULE sources should exist and ver should be equal to 2.2.0 | +version 2.2.4 +MODULE sources should exist and ver should be equal to 2.2.4 |