This directory contains the tree directories to compile a C++ components linked with MED library.


Component is based on automake. 

To INSTALL it : source salome environement file (for MED), then

 mkdir ../Cpp_Template_CPP_BUILD
 mkdir ../Cpp_Template_CPP_INSTALL
 ./build_configure
 cd ../Cpp_Template_CPP_BUILD
 ../Cpp_Template_CPP_SRC/configure --prefix=<absolute path of Cpp_Template_CPP_INSTALL>
 make
 make install


