Salome HOME
Revert "Synchronize adm files"
[samples/pylight.git] / README
1 This module is a Salome example python light module.
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