X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Examples%2Fcpp1%2FREADME.txt;h=db8d590407ed11d417b7780164b94f1f527984ef;hb=2d2e0eb0f3408dcc0efa7a70431dbf210d2dcd94;hp=6703a6225a34a1edc86ac4bc24547e0199e452ff;hpb=a70632f2ec3c13e767152b77768f386177e91b25;p=tools%2Fyacsgen.git diff --git a/Examples/cpp1/README.txt b/Examples/cpp1/README.txt index 6703a62..db8d590 100644 --- a/Examples/cpp1/README.txt +++ b/Examples/cpp1/README.txt @@ -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 - 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.