Salome HOME
CMake:
[modules/yacs.git] / doc / ref / yacs.dox
index 0c817962955929f52199ce286baa328d3467ea7d..77608b68904f3aa2780aa9a6d8f7fe069d89f8a2 100644 (file)
  If you want to install %YACS with SALOME GUI, you need to set environment 
  variable: \b GUI_ROOT_DIR.
 
- The building process is the traditional configure/make/make install:
- - configure --prefix=path_to_install
+ The building process is the traditional cmake/make/make install:
+ - cmake -DCMAKE_INSTALL_PREFIX=path_to_install ../src_path
  - make
 
  Then you can run unit tests if cppunits is installed :
- - make check
+ - make test
 
  Then you can run a small demo in Demo directory:
  - cd Demo