Salome HOME
Porting of the ParaVis plugins on the ParaView-4.3.1 API.
[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.8.10 or higher should be installed, path to cmake executable
12 should be added to PATH environment variable.
13 - ParaView-4.3.1, should be installed
14
15 It also requires common SALOME environment including GUI_ROOT_DIR and
16 other standard SALOME prerequisites.
17
18 As soon as the environment is set, execute the following commands in a shell:
19
20 mkdir PARAVIS_BUILD
21 cd PARAVIS_BUILD
22 ccmake ../PARAVIS_SRC
23 make 
24 make install
25
26 PARAVIS module can be launched using the following commands:
27
28 salome -mMED,PARAVIS
29
30