Salome HOME
- Fix bugs
[tools/install.git] / src / README.txt
1 ---------------------------------------------------------
2 Notes on building SALOME Installation Wizard.
3 ---------------------------------------------------------
4
5 You must have precompiled gcc and qt static libraries.
6 Then set STATIC_ROOT properlly in Env.csh file.
7 (We used gcc 2.95.3 and qt 3.0.5.)
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