From f753f8b1838bca109eec93e624b9f916eb7ee43a Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 26 Mar 2004 08:26:02 +0000 Subject: [PATCH] Update InstallWizard documentation for PAL/SALOME --- README | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README b/README index 82f044c..9d1e0b1 100644 --- a/README +++ b/README @@ -204,21 +204,22 @@ 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: -- 2.39.2