Salome HOME
Porting to CMake: some corrections.
[samples/pyhello.git] / README
1 This module is a Salome example of a module implemented in Python with PyQt GUI
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
10
11 Documentation can be found in /doc directory.