]> SALOME platform Git repositories - samples/pylight.git/blob - README
Salome HOME
Light Python sample module
[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  src_dir/build_configure
5  mkdir build_dir
6  mkdir instal_dir
7  cd build_dir
8  src_dir/configure --prefix=instal_dir
9  make
10  make install