From: vsr Date: Fri, 26 Mar 2004 08:26:02 +0000 (+0000) Subject: Update InstallWizard documentation for PAL/SALOME X-Git-Tag: PAL_1_4_1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f753f8b1838bca109eec93e624b9f916eb7ee43a;p=tools%2Finstall.git Update InstallWizard documentation for PAL/SALOME --- 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: