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: