Salome HOME
Merge from V6_main_20120808 08Aug12
[tools/yacsgen.git] / Examples / hxx1 / README
1 to run this example, one has first to untar the cpp_component archive, compile it, 
2 and install it in directory COMPONENTCPP_INSTALL
3
4  tar xvfz cpp_component.tgz
5  mkdir COMPONENTCPP_INSTALL COMPONENTCPP_BUILD
6  cd COMPONENTCPP_SRC
7  ./build_configure
8  cd ../COMPONENTCPP_BUILD
9  ../COMPONENTCPP_SRC/configure --prefix=...
10  make
11  make install
12
13
14 Generate the components with :
15
16   python component.py
17
18
19 Test them with 
20
21   appli/runAppli -u test_compohxx.py
22
23