Salome HOME
Synchronize adm files
[modules/yacs.git] / doc / ref / yacs.dox
index 0c817962955929f52199ce286baa328d3467ea7d..2c2d484357367707e021b40cd68a5f79bd07cb52 100644 (file)
@@ -45,7 +45,6 @@
  For building %YACS, you need some prerequisites
  - g++ 4.1 or more (mandatory)
  - libxml2 (mandatory)
- - expat (mandatory)
  - omniorb 4.1 or more (mandatory)
  - python 2.3 and + (mandatory)
  - swig 1.3.31 (mandatory)
  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