Salome HOME
Merge branch 'master' of https://git.salome-platform.org/git/tools/yacsgen
[tools/yacsgen.git] / Examples / types1 / README.txt
1 A test for several YACS types SALOME_TYPES and others
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 (module_SRC), its installation (install) and
8 a SALOME application (appli) composed of modules KERNEL, GUI, YACS and the new module module.
9
10 To run a coupling:
11
12  1. start SALOME in background : ./appli/runAppli -t
13  2. start a SALOME session : ./appli/runSession
14  3. start YACS coupler with coupling file : driver coupling.xml
15  4. examine output files in /tmp
16  5. shutdown SALOME : shutdowSalome.py
17  6. exit session : CTRL-D (or exit)