]> SALOME platform Git repositories - tools/hxx2salome.git/blob - CppExamples/COMPO_CXX_SRC/README
Salome HOME
GUI developement
[tools/hxx2salome.git] / CppExamples / COMPO_CXX_SRC / README
1 This directory contains the source code for 2 C++ test components:
2
3  - CALCUL : a very simple component that perform some arithmetic operations
4
5  - CALCULATOR : a component that propose some operations on MED fields
6
7
8 Component are based on automake. 
9 To INSTALL them :
10
11  mkdir ../COMPO_CXX_BUILD
12  mkdir ../COMPO_CXX_INSTALL
13  ./build_configure
14  cd ../COMPO_CXX_BUILD
15  ../COMPO_CXX_SRC/configure --prefix=<absolute path of COMPO_CXX_INSTALL>
16  make
17  make install
18
19