Salome HOME
Increment version: 8.2.0
[plugins/xtplugin.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 935c98cf1aaaee47cb83b1c4003c5ba5655f932e..66d7bef04254cdd31b14428588b3ecab32069b57 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@
 Installation Instructions
 *************************
 
-Copyright (C) 2014 Open CASCADE S.A.S.
+Copyright (C) 2014-2016 OPEN CASCADE
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -26,9 +26,10 @@ Pre-requisites
 
 XT plugin for SALOME Geometry module requires:
 
-- SALOME, at least KERNEL module (http://www.salome-platform.org).
+- SALOME, at least KERNEL and GEOM modules (http://www.salome-platform.org).
 - Open CASCADE Technology and OCCT Parasolid Import XDE product
   (http://www.opencascade.org).
+- Other pre-requisite products, according to the SALOME pre-requisites list.
 
 ==================
 Basic Installation
@@ -42,12 +43,12 @@ In order to build the plugin you have to do the following actions:
 
    - for csh:
 
-   % setenv XT_ROOT_DIR /path/to/the/XT-6.7.0
+   % setenv XT_ROOT_DIR /path/to/the/XT-6.9.0
    % setenv LD_LIBRARY_PATH ${XT_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
    - for bash:
    
-   % export XT_ROOT_DIR=/path/to/the/XT-6.7.0
+   % export XT_ROOT_DIR=/path/to/the/XT-6.9.0
    % export LD_LIBRARY_PATH=${XT_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
    Note, that OCCT Parasolid XDE product requires OCCT license library.
@@ -58,12 +59,12 @@ In order to build the plugin you have to do the following actions:
 
    - for csh:
 
-   % setenv OCCLICENSE_ROOT_DIR /path/to/the/OCCLicense-6.7.0
+   % setenv OCCLICENSE_ROOT_DIR /path/to/the/OCCLicense-6.9.0
    % setenv LD_LIBRARY_PATH ${OCCLICENSE_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
    - for bash:
    
-   % export OCCLICENSE_ROOT_DIR=/path/to/the/OCCLicense-6.7.0
+   % export OCCLICENSE_ROOT_DIR=/path/to/the/OCCLicense-6.9.0
    % export LD_LIBRARY_PATH=${OCCLICENSE_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
 2. Create a build directory (in the example below, it is assumed