Salome HOME
sat jobs: remove the empty columns from the boards.
[tools/sat.git] / data / templates / Cpp_Template_stda / README
1 This directory contains the tree directories to compile a C++ components.
2
3
4 Component is based on automake. 
5
6 To INSTALL it :
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