X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=README;h=629455b99b2f8ea5b8c58172a6d8809578b0b0b0;hb=a8496dd20b59a66a4651946bbc47a3d4e351a0c8;hp=78408a1cdffb5440f401037fbc9c13e550ed4f39;hpb=b510597a943e8d7e55848ec8f0092b6f5885c90f;p=modules%2Fshaper.git diff --git a/README b/README index 78408a1cd..629455b99 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -NewGEOM version 0.2 (end of development phase 2 result). - +SHAPER 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,13 +25,13 @@ 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: ======================= cd - buildNewGEOM_rel.bat + buildSHAPER_rel.bat It will launch the Visual Studio 2010. In it build for: "ALL_BUILD" and then "INSTALL" projects. Launch: @@ -43,6 +43,6 @@ For compilation on Windows basing on SALOME products already installed please us msvc9_env_Salome.bat SALOME_ROOT_DIR is needed to be correctly set or located in "SALOME" folder of -parent to NewGEOM folder. For the current moment SALOME 7.3.0 compiled on +parent to SHAPER folder. For the current moment SALOME 7.3.0 compiled on Visual Studio 2008 compiler is supported.