Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / src / wrappergen / bin / Cpp_Template__SRC / README
1 This directory contains contain the tree directories to compile a C++ components linked with MED library.
2
3
4 Component sbased on automake. 
5 To INSTALL it :
6
7  mkdir ../COMPO_CXX_BUILD
8  mkdir ../COMPO_CXX_INSTALL
9  ./build_configure
10  cd ../COMPO_CXX_BUILD
11  ../COMPO_CXX_SRC/configure --prefix=<absolute path of COMPO_CXX_INSTALL>
12  make
13  make install
14
15