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
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
-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
</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>
<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>