X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=README;h=75b6ec213aaa3dd992e002b9f99f268d1853295c;hb=752c9e02e6aa8ced24e9b53097cb42540d5e6a08;hp=78408a1cdffb5440f401037fbc9c13e550ed4f39;hpb=b510597a943e8d7e55848ec8f0092b6f5885c90f;p=modules%2Fshaper.git diff --git a/README b/README index 78408a1cd..75b6ec213 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -NewGEOM version 0.2 (end of development phase 2 result). - +NewGEOM version 2.0.0 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 +25,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: