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