X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=README;h=7f5d89a2b0f62935dfc56fca59a9b20b11b5e3dc;hb=a7189ce21257b93322dfd68eaf390605f85a8bf6;hp=78408a1cdffb5440f401037fbc9c13e550ed4f39;hpb=0def354d1ef7b4f5e942fee47b7d6b56e4d478ea;p=modules%2Fshaper.git diff --git a/README b/README index 78408a1cd..7f5d89a2b 100644 --- a/README +++ b/README @@ -5,7 +5,8 @@ Compilation on LINUX: ===================== cd - source linux_env.sh + source salome_env.sh + source env_linux.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: