Salome HOME
Merge from V6_4_BR 05/12/2011
[modules/smesh.git] / src / Tools / padder / resources / appligen / README.txt
1 This package defines a build procedure that creates a
2 set of files ready to use to generate a SALOME application
3 embedding this module.
4
5 The files are created in the directory:
6
7   <installdir>/share/salome/resources/<module_name>/appligen
8
9 Where <installdir> is the installation directory of the module.
10
11 To generate a SALOME application, just change directory to go
12 where you want to install the SALOME application and type the
13 following command in a standard shell (the SALOME environment
14 is not required, all paths are "hard" coded in the script):
15
16   $ <installdir>/share/salome/resources/<module_name>/appligen/appligen.sh 
17
18 This script generates an application in a directory ./appli.
19 Then type the following command to run a SALOME application
20 embedding your module:
21
22   $ ./appli/runAppli -k
23
24