X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=README;h=629455b99b2f8ea5b8c58172a6d8809578b0b0b0;hb=d58960c09c19b06dd80eb2c5c4bd87fdc52dfdd8;hp=650d1a14a873737481485df5344907cb041aa194;hpb=c6fd86525e1703a48b3d317b738d9ec8e41f998f;p=modules%2Fshaper.git diff --git a/README b/README index 650d1a14a..629455b99 100644 --- a/README +++ b/README @@ -1,31 +1,48 @@ -NewGEOM version 0.1 (end of development phase 1 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 +or simply (only for not-SALOME prerequisites): + + make.sh + +Note that it is possible to use SALOME installed environment for compilation. +For this just import it (PDIR variable will be set automatically) or update +salome_env.sh first "export" and import this script. + + It will create a "build" and "install" folders. Environment is ready to launch an application: XGUI 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: winRun.bat - \ No newline at end of file + +For compilation on Windows basing on SALOME products already installed please use: + +msvc9_env_Salome.bat + +SALOME_ROOT_DIR is needed to be correctly set or located in "SALOME" folder of +parent to SHAPER folder. For the current moment SALOME 7.3.0 compiled on +Visual Studio 2008 compiler is supported. +