X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Freadme.html;h=ae2c85aa4721f16aa54f486ae8a517467fe56697;hb=240603adb1c5f6a48ced8147d88af547fecaa5c8;hp=d4d755d28577fd54fdcda4cff7a699a59132d1a1;hpb=b2f455f9c32667f9adee3ae066a51d85fb94ea04;p=tools%2Finstall.git diff --git a/doc/readme.html b/doc/readme.html index d4d755d..ae2c85a 100755 --- a/doc/readme.html +++ b/doc/readme.html @@ -267,7 +267,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 platform
+to checking preinstalled products for the Linux RedHat 8.0 platform
  @@ -293,7 +293,7 @@ to checking preinstalled products for the Linux.RedHat 8.0 platform
- @@ -543,7 +543,7 @@ version 2.2.0
-
ver should be 3.2 or newer
+
ver should be 3.2.
It is recommended to use native gcc on Linux RedHat 8.0
-

Note: For native products installation procedure sets proper environment +

Note: For native products installation procedure sets proper environment variables itself, and you do not need to set such variables like, e.g. TCLHOME or PYTHONHOME.
If you have native products installed to different from default directories @@ -551,6 +551,18 @@ version 2.2.0 description. Or you should set properly $PATH and $LD_LIBRARY_PATH variables before starting Installation Wizard. Otherwise installation script will fail to find preinstalled products.

+

Note: For some native products (e.g. gcc, Python) the rules of version +checking are not so strict as described in the table. Only major and minor numbers of version +should coincide with prerequisite. Release number can be larger. It is done for making a possibility +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 +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. +This can be only helpful if you intend to build all products from sources.