From 5959ff22b1eba47158de0f80e2596257f6749c8b Mon Sep 17 00:00:00 2001
From: vsr
Date: Tue, 25 Oct 2005 17:05:09 +0000
Subject: [PATCH] update docs
---
README | 18 +++++++++++-------
doc/readme.html | 19 ++++++++-----------
2 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/README b/README
index 99a0b32..b4fd326 100644
--- a/README
+++ b/README
@@ -182,7 +182,10 @@
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
@@ -246,14 +249,15 @@
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
@@ -281,12 +285,12 @@
- 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
diff --git a/doc/readme.html b/doc/readme.html
index b8ed0c0..71eea3c 100755
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -115,7 +115,7 @@ and implementing installation scripts for the
new products for more information.
The Installation Wizard was built with
using of the Trolltech's Qt
-3.0.5 library. The program contains
+3.3.3 library. The program contains
several pages. To navigate between pages use "Next" and "Back"
buttons in the
lower part of the wizard window. "Cancel" button closes dialog
@@ -393,7 +393,7 @@ distribution to get the version information.
- Open CASCADE 5.2.3
+ | Open CASCADE 6.0
|
1) check if CASROOT variable is set
@@ -403,21 +403,18 @@ ${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'`
3) ver_minor=`grep
"!define OCC_VERSION_MINOR"
${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'`
- 4) ver="$ver_major.$ver_minor"
- 5) Check existence of
-libStdPlugin.so in OpenCASCADE distribution,
+ 4) ver_maint=`grep
+"!define OCC_VERSION_MAINTENANCE"
+${CASROOT}/inc/Standard_Version.hxx | awk '{print $3}'`
+ 5) ver="$ver_major.$ver_minor.$ver_maint"
|
set CASROOT if you
have preinstalled version of Open CASCADE |
CASCADE's Standard_Version.hxx file provides version
information.
ver should be equal to
-5.2.
-
-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.
+6.0.0.
|
--
2.39.2