Salome HOME
Add COPYING license file
[tools/yacsgen.git] / Examples / hxx1 / build.sh
1 # build COMPONENTCPP lib
2 mkdir CALCUL_build
3 cd CALCUL_build
4 ../../exec.sh cmake -DCMAKE_INSTALL_PREFIX:PATH=../COMPONENTCPP_INSTALL ../CALCUL/src/
5 ../../exec.sh make
6 ../../exec.sh make install
7 cd ..
8
9 mkdir ICOCO_build
10 cd ICOCO_build
11 ../../exec.sh cmake -DCMAKE_INSTALL_PREFIX:PATH=../COMPONENTCPP_INSTALL ../ICOCO/src/
12 ../../exec.sh make
13 ../../exec.sh make install
14 cd ..
15
16 # build & test SALOME component 
17 ../exec.sh python component.py
18
19 appli/salome start -t
20 appli/salome shell python test_compohxx.py
21 appli/salome killall