Salome HOME
Do not print empty detection report (if there are no optional pre-requisites)
[tools/configuration.git] / config / README
1 The contents of this package:
2
3 salome.xml        SALOME configuration file.
4
5 patches           Directory with patches needed to build SALOME configuration.
6
7 sconfig           Python module to manage SALOME configuration files.
8                   To learn about usage, run Python and type:
9
10                   from sconfig import salome_config
11                   help(salome_config)
12
13 scfg              Command line tool to manage SALOME configuration files.
14                   To learn about usage, type:
15
16                   scfg help
17
18 scfgcmp           Command line tool to compare two SALOME configuration files.
19                   To learn about usage, type:
20
21                   scfgcmp -h