Salome HOME
Merge branch 'V7_dev'
[tools/yacsgen.git] / Examples / cpp2 / README.txt
index 38890cb377891e8619061255267c33908e2e846f..eefacf6b29eef89435bff1a16867b8588283179c 100644 (file)
@@ -1,23 +1,12 @@
 A C++ standalone component (executable form)
 =================================================
 
-To build this example, modify the components.py and Makefile files
-to take into account your configuration.
-
-1- your prerequisite file 
-2- your KERNEL_ROOT_DIR
-
-Then set the environment (including PYTHONPATH for YACGEN, ../.. from here and execute components.py ::
-
-  source <your prerequisite file>
-  python components.py
+To build this example, modify the ../exec.sh file to take into account your configuration.
+Run build.sh to build and test the component.
 
 You should get a SALOME module in source form (cppcompos_SRC), its installation (install) and
-a SALOME application (appli) composed of modules KERNEL, GUI, YACS and cppcompos.
-
-To build the standalone component, run::
-
-  make
+a SALOME application (appli) composed of modules KERNEL, GUI, YACS and the new module cppcompos.
+You also get the standalone component (executable named prog).
 
 To run a coupling: