Salome HOME
Merge branch 'master' into omu/pleiade8084 (cmake support)
[tools/yacsgen.git] / Examples / cpp2 / README.txt
1 A C++ standalone component (executable form)
2 =================================================
3
4 To build this example, modify the ../exec.sh file to take into account your configuration.
5 Run build.sh to build and test the component.
6
7 You should get a SALOME module in source form (cppcompos_SRC), its installation (install) and
8 a SALOME application (appli) composed of modules KERNEL, GUI, YACS and the new module cppcompos.
9 You also get the standalone component (executable named prog).
10
11 To run a coupling:
12
13  1. start SALOME in background : ./appli/runAppli -t
14  2. start a SALOME session : ./appli/runSession
15  3. start YACS coupler with coupling file : driver coupling.xml
16  4. examine output files in /tmp
17  5. shutdown SALOME : shutdowSalome.py
18  6. exit session : CTRL-D (or exit)