Salome HOME
Improve project generation files for linux
[modules/shaper.git] / README
diff --git a/README b/README
index 78408a1cdffb5440f401037fbc9c13e550ed4f39..3d1cd0ec8be2850c860e6ce29c6ce72d9ae9c6a8 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,8 @@ Compilation on LINUX:
 =====================
 
   cd <sources_directory>
-  source linux_env.sh 
+  source salome_env.sh
+  source linux_env.sh
   cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${ROOT_DIR}/install ${ROOT_DIR}/sources
   make
   make install
@@ -25,7 +26,7 @@ It will create a "build" and "install" folders. Environment is ready to launch a
 
 Or without environment call:
 
-  linux_run.sh 
+  linux_run.sh
 
 
 Compilation on Windows: