Salome HOME
Merge from V7_3_BR branch 18/12/2013
[samples/randomizer.git] / README
1 This module is a Salome example of a module that is interfaced with MED library.
2
3 Installation and compilation is like every Salome modules :
4  mkdir build_dir 
5  mkdir instal_dir
6  cd build_dir
7  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=instal_dir ../src_dir
8  make
9  make install