Salome HOME
Python3 porting for Examples.
[tools/yacsgen.git] / Examples / cpp1 / README.txt
index 6703a6225a34a1edc86ac4bc24547e0199e452ff..db8d590407ed11d417b7780164b94f1f527984ef 100644 (file)
@@ -1,16 +1,8 @@
 A C++ component dynamically loadable
 =========================================
 
-To build this example, modify the ../context.py file
-to take into account your configuration.
-
-1- your prerequisite file 
-2- your KERNEL_ROOT_DIR
-
-Then set the environment (including PYTHONPATH for YACSGEN, ../.. 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 the new module cppcompos.