Salome HOME
Fix regression in ParaView installation script: invalid path to the patch
[tools/install.git] / src / README.txt
1 ---------------------------------------------------------
2 Notes on building of SALOME Installation Wizard.
3 ---------------------------------------------------------
4
5 SALOME Installation Wizard needs gcc 2.95.3 or newer and qt 3.0.5 or newer.
6 Use statically compiled gcc and qt in order to minimize external dependencies 
7 of Installation Wizard (see env.csh for details)
8
9 To build Installation Wizard :
10 - go to sources directory;
11 - run "source env.csh"
12 - run "make"
13
14 You can rebuild Makefile by using qmake utility when necessary:
15 qmake -o Makefile SALOMEPRO_INSTALL.pro
16
17 ---------------------------------------------------------
18 Using Qt files
19 ---------------------------------------------------------
20
21 For development of SALOME Installation Wizard we used modified
22 Qt's QWizard class.
23 This class is patched and and it's functionality is extended
24 to provide required behaviour.
25 The QWizard class is renamed in order to avoid compilation problems.
26 The Qt's files (originally qwizard.*) are used under terms of the 
27 GNU General Public License version 2 as published by the Free Software
28 Foundation. The file LICENSE.GPL is included in the packaging 
29 of the SALOME Installation Wizard sources.
30