Salome HOME
The README file is updated due to the version 0.2 V_0.2
authormpv <mikhail.ponikarov@opencascade.com>
Mon, 26 May 2014 11:44:05 +0000 (15:44 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Mon, 26 May 2014 11:44:05 +0000 (15:44 +0400)
README

diff --git a/README b/README
index 650d1a14a873737481485df5344907cb041aa194..78408a1cdffb5440f401037fbc9c13e550ed4f39 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-NewGEOM version 0.1 (end of development phase 1 result).
+NewGEOM version 0.2 (end of development phase 2 result).
 
 
 Compilation on LINUX:
@@ -10,6 +10,15 @@ Compilation on LINUX:
   make
   make install
 
+or simply (only for not-SALOME prerequisites):
+
+  make.sh
+
+Note that it is possible to use SALOME installed environment for compilation. 
+For this just import it (PDIR variable will be set automatically) or update 
+salome_env.sh first "export" and import this script.
+
+
 It will create a "build" and "install" folders. Environment is ready to launch an application:
 
   XGUI
@@ -28,4 +37,12 @@ It will launch the Visual Studio 2010. In it build for: "ALL_BUILD" and then "IN
 Launch:
 
   winRun.bat
-  
\ No newline at end of file
+
+For compilation on Windows basing on SALOME products already installed please use:
+
+msvc9_env_Salome.bat
+
+SALOME_ROOT_DIR is needed to be correctly set or located in "SALOME" folder of
+parent to NewGEOM folder. For the current moment SALOME 7.3.0 compiled on
+Visual Studio 2008 compiler is supported.
+