Salome HOME
Fix problem with 'PYTHON_LIBRARY' correct searching.
[modules/paravis.git] / INSTALL
1 Building and installing PARAVIS module
2 ===============================================
3
4 PARAVIS is a SALOME module that wraps ParaView GUI and makes it available in
5 SALOME GUI.
6
7 Like any other SALOME module, PARAVIS requires PARAVIS_ROOT_DIR environment variable to be set to PARAVIS
8 installation directory.
9
10 Specific prerequisites:
11 - cmake 2.6 or higher should be installed, path to cmake executable
12 should be added to PATH environment variable.
13 - ParaView-3.7.0, should be installed
14
15
16 It also requires common SALOME environment including GUI_ROOT_DIR and
17 other standard SALOME prerequisites.
18
19 As soon as the environment is set, execute the following commands in a shell:
20
21 mkdir PARAVIS_BIN
22 ccmake ../PARAVIS_SRC
23 make 
24 make install
25
26 PARAVIS module can be launched using the following commands:
27
28 runSalome --modules="PARAVIS"
29