Salome HOME
CMake: simplifying Python detection mechanism.
[modules/paravis.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index ecaacbc7c5250d16ef6e3c496a7a16d94cbb23d9..f1d93cb4648ffb3586480fea49dd329dd9edc671 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,21 +1,16 @@
 Building and installing PARAVIS module
-===============================================
+======================================
 
-PARAVIS is a light SALOME module that wraps ParaView GUI and makes it available in
+PARAVIS is a SALOME module that wraps ParaView GUI and makes it available in
 SALOME GUI.
 
 Like any other SALOME module, PARAVIS requires PARAVIS_ROOT_DIR environment variable to be set to PARAVIS
 installation directory.
 
 Specific prerequisites:
-- cmake 2.4.5 or higher should be installed, path to cmake executable
+- cmake 2.8.10 or higher should be installed, path to cmake executable
 should be added to PATH environment variable.
-- ParaView-3.4.0, both the build directory and the source files
-
-Environment variables needed for correct detection of ParaView location:
-- PVSRCHOME - points at the root of ParaView source directory tree
-- PVINSTALLHOME - points at the top of ParaView build tree (currently, due to some drawbacks in its buld procedure
-ParaView should not be installed, its build directory is used instead).
+- ParaView-4.3.1, should be installed
 
 It also requires common SALOME environment including GUI_ROOT_DIR and
 other standard SALOME prerequisites.
@@ -24,21 +19,12 @@ As soon as the environment is set, execute the following commands in a shell:
 
 mkdir PARAVIS_BUILD
 cd PARAVIS_BUILD
-../PARAVIS_SRC/build_configure
-../PARAVIS_SRC/configure --prefix=${PARAVIS_ROOT_DIR}
+ccmake ../PARAVIS_SRC
 make 
-make docs
 make install
 
 PARAVIS module can be launched using the following commands:
 
-- Light SALOME configuration
-
-runLightSalome.sh --modules="PARAVIS"
-
-or
-
-- Full SALOME configuration
+salome -mMED,PARAVIS
 
-runSalome --modules="PARAVIS"