Salome HOME
Merge branch 'master' into omu/pleiade8084 (cmake support)
[tools/yacsgen.git] / Examples / hxx1 / build.sh
1
2 # build COMPONENTCPP lib
3 tar -xzvf cpp_component.tgz
4 mkdir COMPONENTCPP_BUILD
5 export HXXTESTPATH=`pwd`
6 cd COMPONENTCPP_SRC
7 ../../exec.sh ./build_configure
8 cd ../COMPONENTCPP_BUILD
9 ../../exec.sh ../COMPONENTCPP_SRC/configure --prefix=$HXXTESTPATH/COMPONENTCPP_INSTALL
10 ../../exec.sh make
11 ../../exec.sh make install
12 cd ..
13 # build & test SALOME component 
14 ../exec.sh python component.py
15
16 appli/salome start -t
17 appli/salome shell python test_compohxx.py
18 appli/salome killall