1 Building and installing PARAVIS module
2 ===============================================
4 PARAVIS is a light SALOME module that wraps ParaView GUI and makes it available in
7 As any other SALOME module, PARAVIS requires PARAVIS_ROOT_DIR environment variable to be set to PARAVIS
8 installation directory.
10 Specific prerequisites:
11 - cmake 2.4.5 or higher should be installed, path to cmake executable
12 should be added to PATH environment variable.
13 - ParaView-3.4.0, both the build directory and the source files
15 Environment variables needed for correct detection of ParaView location:
16 - PVSRCHOME - points at the root of ParaView source directory tree
17 - PVINSTALLHOME - points at the top of ParaView build tree (currently, due to some drawbacks in its buld procedure
18 ParaView should not be installed, its build directory is used instead).
20 It also requires common SALOME environment including GUI_ROOT_DIR and
21 other standard SALOME prerequsites.
23 As soon as the environment is set, execute the following commands in a shell:
27 ../PARAVIS_SRC/build_configure
28 ../PARAVIS_SRC/configure --prefix=${PARAVIS_ROOT_DIR}
33 PARAVIS module can be launched using the following commands:
35 - Light SALOME configuration
37 runLightSalome.sh --modules="PARAVIS"
41 - Full SALOME configuration
43 runSalome --modules="PARAVIS"