]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
update docs
authorvsr <vsr@opencascade.com>
Tue, 25 Oct 2005 17:05:09 +0000 (17:05 +0000)
committervsr <vsr@opencascade.com>
Tue, 25 Oct 2005 17:05:09 +0000 (17:05 +0000)
README
doc/readme.html

diff --git a/README b/README
index 99a0b32a9e700a9cfc9a9e92fc5beb02ff0b7ee1..b4fd32643014adb05eab41e17b56a8adafd15b52 100644 (file)
--- a/README
+++ b/README
           time of the installation is:
 
                - from binaries: ~10 minutes;
-               - from sources: up to 7 hours.
+               - from sources: more than 24 hours.
+
+         Note, the most time-consuming process is compiling of CASCADE libraries from
+         sources - it takes about 90% of time needed for compilation of all products.
         
      3.2. Log files
 
 
           Sample modules:
 
-          * COMPONENT -> KERNEL
-          * PYCALCULATOR -> KERNEL, 
+          * COMPONENT -> KERNEL, MED
+          * PYCALCULATOR -> KERNEL
+          * CALCULATOR -> KERNEL, MED
           * HELLO -> KERNEL, GUI
-          * PYHELLO -> KERNEL, GUI
+          * PYHELLO -> KERNEL
          * LIGHT -> KERNEL, GUI
 
           Note: SMESH plugins and sample modules are optional. You may skip 
-          compiling them if you do not plan to use NETGEN and/or GHS3D mesher 
+          compiling them if you do not plan to use NETGEN and/or GHS3D meshing
           algorithms and do not want to build samples.
 
           In general, each module (except KERNEL and GUI, of course) is optional for 
 
           - create a configuration script by typing
 
-               ../KERNEL_SRC_3.3.0/build_configure
+               ../KERNEL_SRC_3.0.0/build_configure
 
           - run configure script which will check the environment and create 
            Makefile files:
 
-               ../KERNEL_SRC_3.3.0/configure --prefix=/home/salome/KERNEL_install
+               ../KERNEL_SRC_3.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. configure script
index b8ed0c0e02641863cf340781207973a561c5e973..71eea3c36cae2d1cfdc55e9b4eb077794272493b 100755 (executable)
@@ -115,7 +115,7 @@ and <a href="#new_products">implementing installation scripts for the
 new products</a> for more information. </p>
 <p>The <font color="#ff0000">Installation Wizard</font> was built with
 using of the <span style="font-style: italic;">Trolltech's</span> <b><i>Qt&nbsp;
-3.0.5 </i></b>library. The program contains
+3.3.3 </i></b>library. The program contains
 several pages. To navigate between pages use <i>"Next"</i> and <i>"Back"</i>
 buttons in the
 lower part of the wizard window. <i>"Cancel"</i> button closes dialog
@@ -393,7 +393,7 @@ distribution to get the version information.<br>
       </td>
     </tr>
     <tr>
-      <td>Open CASCADE 5.2.3<br>
+      <td>Open CASCADE 6.0<br>
       </td>
       <td><span style="font-weight: bold;">1)</span> check if <span
  style="font-weight: bold;">CASROOT</span> variable is set<br>
@@ -403,21 +403,18 @@ ${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'`<br>
       <span style="font-weight: bold;">3)</span> ver_minor=`grep
 "!define OCC_VERSION_MINOR"
 ${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'`<br>
-      <span style="font-weight: bold;">4)</span> <span
- style="font-weight: bold;">ver</span>="$ver_major.$ver_minor"<br>
-      <span style="font-weight: bold;">5)</span> Check existence of
-libStdPlugin.so in OpenCASCADE distribution,<br>
+      <span style="font-weight: bold;">4)</span> ver_maint=`grep
+"!define OCC_VERSION_MAINTENANCE"
+${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'`<br>
+      <span style="font-weight: bold;">5)</span> <span
+ style="font-weight: bold;">ver</span>="$ver_major.$ver_minor.$ver_maint"<br>
       </td>
       <td>set <span style="font-weight: bold;">CASROOT</span> if you
 have preinstalled version of Open CASCADE</td>
       <td>CASCADE's Standard_Version.hxx file provides version
 information.<br>
       <span style="font-weight: bold;">ver</span> should be equal to
-5.2.<br>
-      <br>
-Unfortunately there is impossible to define release version number.
-Instead we check if libStdPlugin.so library exists: it is introduced in
-OpenCASCADE from version 5.2.2.<br>
+6.0.0.<br>
       </td>
     </tr>
     <tr>