X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=README;h=75b6ec213aaa3dd992e002b9f99f268d1853295c;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=78408a1cdffb5440f401037fbc9c13e550ed4f39;hpb=0def354d1ef7b4f5e942fee47b7d6b56e4d478ea;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: