Salome HOME
Merge from rnv/geom_plugin_imp branch
[plugins/dxfplugin.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4e1b94d8d522ff57f6673f2a0e5b02de7598818a..52afaa3a42cbe586402d47cff92c9a3021b02e7e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@
 Installation Instructions
 *************************
 
-Copyright (C) 2014 Open CASCADE S.A.S.
+Copyright (C) 2014-2015 OPEN CASCADE
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -27,7 +27,7 @@ Pre-requisites
 DXF plugin for SALOME Geometry module requires:
 
 - SALOME, at least KERNEL module (http://www.salome-platform.org).
-- Open CASCADE Technology and OCCT DXF XDE Import/Export product
+- Open CASCADE Technology and OCCT DXF Import/Export XDE product
   (http://www.opencascade.org).
 
 ==================
@@ -42,12 +42,12 @@ In order to build the plugin you have to do the following actions:
 
    - for csh:
 
-   % setenv DXF_ROOT_DIR /path/to/the/DXF-6.7.0
+   % setenv DXF_ROOT_DIR /path/to/the/DXF-6.9.0
    % setenv LD_LIBRARY_PATH ${DXF_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
    - for bash:
    
-   % export DXF_ROOT_DIR=/path/to/the/DXF-6.7.0
+   % export DXF_ROOT_DIR=/path/to/the/DXF-6.9.0
    % export LD_LIBRARY_PATH=${DXF_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
    Note, that OCCT DXF XDE product requires OCCT license library.