X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=29a6c8f686f5f72086c048d990a1cab6c966bda5;hb=10246cf8dc9d6800d33b9950b99362a93b3b459e;hp=b5dd7c8d21a31d08db0c546e7a481aff6b4f8881;hpb=29579dac5115a99d6395c2ad77d35dca0b4d2fc0;p=plugins%2Fdxfplugin.git diff --git a/INSTALL b/INSTALL index b5dd7c8..29a6c8f 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ Installation Instructions ************************* -Copyright (C) 2014-2015 OPEN CASCADE +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 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 +- SALOME, at least KERNEL and GEOM modules (http://www.salome-platform.org). +- Open CASCADE Technology and OCCT DXF Import/Export 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 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. @@ -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