Salome HOME
022491: EDF 2249 SMESH: Integration of a small python library for quadrangle meshing
[modules/smesh.git] / src / Tools / padder / resources / appligen / README.txt
index 6fb376cba5e4853bec4e8722d4ce30c2086aac2c..d865e0b1f4497b1c76e84be3741cf516d64a95b8 100644 (file)
@@ -1,24 +1,4 @@
-This package defines a build procedure that creates a
-set of files ready to use to generate a SALOME application
-embedding this module.
-
-The files are created in the directory:
-
-  <installdir>/share/salome/resources/<module_name>/appligen
-
-Where <installdir> is the installation directory of the module.
-
-To generate a SALOME application, just change directory to go
-where you want to install the SALOME application and type the
-following command in a standard shell (the SALOME environment
-is not required, all paths are "hard" coded in the script):
-
-  $ <installdir>/share/salome/resources/<module_name>/appligen/appligen.sh 
-
-This script generates an application in a directory ./appli.
-Then type the following command to run a SALOME application
-embedding your module:
-
-  $ ./appli/runAppli -k
-
+This folder contains resources files that can be used to define
+a custom application for the padder plugin. See the KERNEL documentation
+concerning the SALOME application principles.