X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=f1d93cb4648ffb3586480fea49dd329dd9edc671;hb=4176390008721b17e23ff08bcce1ce6b57abc4c5;hp=4aff1376725220e3c102f2662ba87e390d171c4d;hpb=89c33033151baa33eeac8fb09d9c0488acb43c35;p=modules%2Fparavis.git diff --git a/INSTALL b/INSTALL index 4aff1376..f1d93cb4 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ Building and installing PARAVIS module -=============================================== +====================================== PARAVIS is a SALOME module that wraps ParaView GUI and makes it available in SALOME GUI. @@ -8,22 +8,23 @@ Like any other SALOME module, PARAVIS requires PARAVIS_ROOT_DIR environment vari installation directory. Specific prerequisites: -- cmake 2.6 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.7.0, should be installed - +- ParaView-4.3.1, should be installed It also requires common SALOME environment including GUI_ROOT_DIR and other standard SALOME prerequisites. As soon as the environment is set, execute the following commands in a shell: -mkdir PARAVIS_BIN +mkdir PARAVIS_BUILD +cd PARAVIS_BUILD ccmake ../PARAVIS_SRC make make install PARAVIS module can be launched using the following commands: -runSalome --modules="PARAVIS" +salome -mMED,PARAVIS +