This module is a Salome example of a module that is interfaced with MED library. 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