Salome HOME
update config files
[tools/install.git] / src / README.txt
1 ---------------------------------------------------------
2 Notes on building SALOME Installation Wizard.
3 ---------------------------------------------------------
4
5 SALOME Installation Wizard needs gcc 2.95.3 or newer and qt 3.0.5 or newer.
6 We 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 InstalWizard :
10 - go to sources direcory;
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 SALOME Installation Wizard uses modified Qt's QWizard class.
22 This class is patched and and it's functionality is extended
23 to provide needed behaviour.
24 The QWizard class is renamed in order to avoid compilation problems.
25 The Qt's files (originally qwizard.*) are used under terms of the 
26 GNU General Public License version 2 as published by the Free Software
27 Foundation and appearing in the file LICENSE.GPL included in the
28 packaging of the Installation Wizard sources.
29