]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Update InstallWizard documentation for PAL/SALOME
authorvsr <vsr@opencascade.com>
Fri, 26 Mar 2004 08:26:02 +0000 (08:26 +0000)
committervsr <vsr@opencascade.com>
Fri, 26 Mar 2004 08:26:02 +0000 (08:26 +0000)
README

diff --git a/README b/README
index 82f044cc41e7239d3b9c27a7c7d806e74988068d..9d1e0b1a641e26148fbaafb1a765d2d086c0d487 100644 (file)
--- a/README
+++ b/README
      sources directory depends on the version of the platform, for example,
      KERNEL_SRC_1.4.1 for KERNEL module of PAL/SALOME version 1.4.1.
 
-     According to dependancies between SALOME modules, the order of compilation 
-     and installation is following:
+     The order of compilation and installation should be performed in accordance
+     with modules dependancies:
      
-               - KERNEL
-                     |       _
-                            |_ GEOM  |
-                            |        |- SMESH
-                            |             |_ NETGENPLUGIN (optinal)
-                            |_ MED  _|
-                            |   |
-                            |   |_ VISU
-                            |
-                            |_ SUPERV
-                            |_ COMPONENT
-                            |_ PYCALCULATOR
+          * GEOM : KERNEL
+          * MED : KERNEL
+          * SMESH : KERNEL, GEOM, MED
+          * VISU : KERNEL, MED
+          * SUPERV : KERNEL
+          * COMPONENT : KERNEL
+          * PYCALCULATOR : KERNEL
+          * NETGENPLUGIN : KERNEL, SMESH
+
+     Note: NETGENPLUGIN is optional component. You may skip compiling it if
+     you do not plan to use NETGEN mesher algorithm.
+     In general, each module (except KERNEL, of course) is optional for SALOME.
+     If you do not need any module, just do not compile or install it.
 
      - go to KERNEL module's sources directory: