]> SALOME platform Git repositories - tools/yacsgen.git/blob - Examples/cpp2/README.txt
Salome HOME
CCAR: add C++ example (standalone component)
[tools/yacsgen.git] / Examples / cpp2 / README.txt
1 To build this example, modify the components.py file
2 to take into account your configuration.
3
4 1- your prerequisite file 
5 2- your KERNEL_ROOT_DIR
6
7 Then set the environment (including PYTHONPATH for YACGEN, ../.. from here and execute components.py ::
8
9   source <your prerequisite file>
10   python components.py
11
12 You should get a SALOME module in source form (cppcompos_SRC), its installation (install) and
13 a SALOME application (appli) composed of modules KERNEL, GUI, YACS and cppcompos.
14
15 To run a coupling:
16
17  1. start SALOME in background : ./appli/runAppli -t
18  2. start a SALOME session : ./appli/runSession
19  3. start YACS coupler with coupling file : driver coupling.xml
20  4. examine output files in /tmp
21  5. shutdown SALOME : shutdowSalome.py
22  6. exit session : CTRL-D (or exit)