]> SALOME platform Git repositories - tools/install.git/blobdiff - doc/readme.html
Salome HOME
update docs
[tools/install.git] / doc / readme.html
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>