<meta name="Author"
content="Vadim SANDLER (v-sandler@opencascade.com)">
- <title>SALOME v2.2.0 Installation Wizard Help</title>
+ <title>SALOME v2.2.x Installation Wizard Help</title>
</head>
<body style="color: rgb(0,0,0); background-color: rgb(255,255,229);"
link="#0000ee" vlink="#551a8b" alink="#ff0000">
</table>
</center>
-<div align="right"><b><font color="#000099">updated for the version 2.2.0</font></b></div>
+<div align="right"><b><font color="#000099">updated for the version 2.2.4</font></b></div>
<hr>
<ul>
</p>
<p>The installation procedure can support some different Linux platforms
-(currently it provides only configuration scripts for <i>RedHat-8.0</i>)
-and various number of products. <br>
- The using of configuration xml files gives flexible way to modify the list
+and various number of products. Currently the basic target platform is <i>Linux RedHat 8.0</i>.
+From SALOME version 2.2.4 Installation Wizard also supports <i>Linux Mandrake 10.1</i>.<br>
+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 <a
checkbox. <br>
Special button in the right part of the page - <i>"Unselect All" </i>-
allows to reset quickly all products to the <i>"not install"</i> state. <br>
- 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 <i>"use native" </i>option. </p>
-
+
+<p>There are also two checkboxes on this page: <i>"SALOME sources"</i> and <i>"SALOME binaries"</i>.
+These three-state checkboxes allow quick selecting/unselecting SALOME packages
+for the installation.</p>
+
<p>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.
</p>
<center><a name="ProductPage"></a><br>
- <img src="productpage.png" height="558" width="599" alt="">
+ <img src="productpage.png" height="551" width="567" alt="">
<p><b>Figure 1:</b> "Installation settings" page in the advanced mode</p>
</center>
disk space is approximate and may differ when you install products on your
hard drive. </p>
-<p>Installation procedure uses a special directory to store temporary files.
+<p>The installation procedure uses a special directory to store temporary files.
The <i>"Space for temporary files:"</i> 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
<center>
<p><a name="ChoicePage"></a><br>
- <img src="choicepage.png" height="558" width="599" alt="">
+ <img src="choicepage.png" height="551" width="567" alt="">
</p>
<p><b>Figure 2:</b> "Check your choice" page</p>
follow to the <a href="#ProgressPage">next page</a>. </p>
<center><a name="ProgressPage"></a><br>
- <img src="progresspage.png" height="558" width="599" alt="">
+ <img src="progresspage.png" height="551" width="567" alt="">
<p><b>Figure 3:</b> "Installation progress" page</p>
</center>
<center>
<p><a name="readmepage"></a><br>
- <img src="readmepage.png" height="558" width="599" alt="">
+ <img src="readmepage.png" height="551" width="567" alt="">
</p>
<p><b>Figure 4:</b> "Finish installation" page</p>
products version</font> procedure</h3>
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 platform <br>
+to checking preinstalled products for the Linux RedHat 8.0 platform. <br>
<table border="1" width="100%" nosave="">
<tbody>
existence of libtkx8.3.so</td>
<td>set TCLHOME if you have preinstalled version of tcl. <br>
set LD_LIBRARY_PATH on a directory where libs can be found.</td>
- <td>It is recommended to use native tcl on Linux RedHat 8.0</td>
+ <td>It is recommended to use native tcl/tk on Linux RedHat 8.0</td>
</tr>
<tr>
<td valign="top">boost 1.30.2<br>
<tr>
<td>Open CASCADE 5.2<br>
</td>
- <td>existence of CASROOT environment variable</td>
+ <td>existence of CASROOT environment variable<br>ver_major=`grep "!define OCC_VERSION_MAJOR" ${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'`<br>
+ver_minor=`grep "!define OCC_VERSION_MINOR" ${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'`<br>
+ver="$ver_major.$ver_minor"<br>
+</td>
<td>set CASROOT if you have preinstalled version of Open CASCADE</td>
- <td>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</td>
+ <td>CASCADE's Standard_Version.hxx file provides version information.</td>
</tr>
<tr>
<td>Patch for Open CASCADE 5.2<br>
<td></td>
<td></td>
<td>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.</td>
+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.</td>
</tr>
<tr>
<td>Python 2.2.1</td>
<td>Hdf 5-1.4.4</td>
<td>existence of HDF5HOME <br>
existence of libhdf5.so.0.0.0 <br>
- existence of libhdf5.settings</td>
+ existence of libhdf5.settings<br>ver=`grep "HDF5 Version:" ${HDF5HOME}/lib/libhdf5.settings | awk '{print $3}'`</td>
<td>set HDF5HOME if you have preinstalled version of hdf</td>
<td>We try to find libhdf5.so.0.0.0 and libhdf5.settings in ${HDF5HOME}/lib
folder. <br>
</tr>
<tr>
<td>Numeric 22.0</td>
- <td>existence of Numeric folder <br>
- existence of _numpy.so</td>
- <td>set PYTHONHOME if you have preinstalled version of python</td>
- <td>Unfortunately we can't check the version number. <br>
- We try to find Numeric folder in ${PYTHONHOME}/lib/python2.2/site-packages/Numeric
- folder. <br>
- If you have problem with preinstalled version of numeric 22.0 reinstall
-it.</td>
+ <td>ver=`python -c 'import Numeric; print Numeric.__version__' 2>/dev/null`</td>
+ <td>set PYTHONHOME if you have preinstalled version of Numeric package</td>
+ <td>If you have problem with preinstalled version of numeric 22.0 reinstall it.</td>
</tr>
<tr>
<td>Sip 3.3.2</td>
- <td>existence of SIPDIR <br>
- existence of sip <br>
- existence of libsip.so.9.1.0</td>
+ <td>existence of SIPDIR <br>sip_ver=`${SIPDIR}/sip -V | awk '{print $1}'`</td>
<td>set SIPDIR to directory where you have sip preinstalled</td>
- <td>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. <br>
+ <td>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. <br>
It is recommended to use native Sip on Linux RedHat 8.0</td>
</tr>
<tr>
<td>HappyDoc 2.1</td>
<td>existence of happydoc <br>
ver=`happydoc | grep "HappyDoc version 2.1"`</td>
- <td>set PYTHONHOME if you have preinstalled version of python</td>
- <td>We try to find happydoc in $PYTHONHOME/bin folder. <br>
+ <td>set PATH variable to the directory where you have HappyDoc installed.</td>
+ <td>We try to find happydoc in $PATH. <br>
ver should not be empty. <br>
This product is not obligatory. It was added only for your comfort.</td>
</tr>
<td>existence of doxygen <br>
existence of doxysearch <br>
existence of doxytag <br>
- existence of doxywizard</td>
+ existence of doxywizard<br>ver=`doxygen --version`</td>
<td>set QTDIR if you have preinstalled version of qt <br>
set PATH on a directory where doxygen, doxysearch, doxytag and doxywizard
can be found</td>
- <td>Unfortunately we can't check the version number. <br>
- It's necessary to have compiled Qt in order to build doxywizard. <br>
+ <td>doxygen, doxysearch, doxytag, doxywizard binaries should exist; ver should be 1.3-rc2.<br>
+It's necessary to have compiled Qt in order to build doxywizard. <br>
If you have problem with preinstalled version of doxygen 1.3-rc2 reinstall
it. <br>
This product is not obligatory. It was added only for your comfort.</td>
</tr>
<tr>
<td>Graphviz 1.9</td>
- <td>existence of dot</td>
+ <td>existence of dot binary.<br>ver=`dot -V 2>&1 | awk '{print $3}'`</td>
<td>add GraphViz's bin directory to the PATH environment variable</td>
- <td>Unfortunately we can't check the version number. <br>
- We try to find dot program in the $PATH</td>
+ <td>We try to find dot program in the $PATH.</td>
</tr>
<tr>
<td>MODULE binaries<br>
ver=`cat $MODULE_ROOT_DIR/bin/salome/VERSION | awk -F: '{print $2}' | tr
-d '[:space:]'`</td>
<td>set MODULE_ROOT_DIR if you have preinstalled binaries of MODULE
- version 2.2.0</td>
- <td>MODULE binaries should exist and ver should be equal to 2.2.0</td>
+ version 2.2.4</td>
+ <td>MODULE binaries should exist and ver should be equal to 2.2.4</td>
</tr>
<tr>
<td>MODULE sources<br>
existence of VERSION file <br>
ver=`cat $MODULE_SRC/bin/VERSION | awk -F: '{print $2}' | tr -d '[:space:]'`</td>
<td>set MODULE_SRC_DIR if you have preinstalled sources of MODULE
-version 2.2.0</td>
- <td>MODULE sources should exist and ver should be equal to 2.2.0</td>
+version 2.2.4</td>
+ <td>MODULE sources should exist and ver should be equal to 2.2.4</td>
</tr>
</tbody>
to use native products for newer versions of Red Hat (for example, Linux Red Hat 9 includes native
gcc 3.2.2 installation).
If native product has version number larger than that required by installation procedure,
-you will be prompted by the warning message like this: "You have newer version of gcc installed
-on your computer than that is required (3.2). Continue?". You can press "Yes" button
+you will be prompted by the warning message like this: <i>"You have newer version of gcc installed
+on your computer than that is required (3.2). Continue?"</i>. You can press <i>"Yes"</i> button
to procede with the installation but in this case you should be aware of what you are doing.
SALOME binaries (inluding other products) are compiled with the prerequisites from the list
and most likely can not be run successfully if this products are not found.