This module is a Salome example python light module. Installation and compilation is like every Salome modules : mkdir build_dir mkdir instal_dir cd build_dir cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=instal_dir ../src_dir make make install