Salome HOME
FSAt package --binaries: substitute also the generated components paths
[tools/sat.git] / data / templates / CppSalome78 / README
1 This directory contains the tree directories to compile a C++ components linked with MED library.
2
3
4 Component is based on automake. 
5
6 To INSTALL it : source salome environement file (for MED), then
7
8  mkdir ../:sat:{Cpp_Template_}CPP_BUILD
9  mkdir ../:sat:{Cpp_Template_}CPP_INSTALL
10  ./build_configure
11  cd ../:sat:{Cpp_Template_}CPP_BUILD
12  ../:sat:{Cpp_Template_}CPP_SRC/configure --prefix=<absolute path of :sat:{Cpp_Template_}CPP_INSTALL>
13  make
14  make install
15
16