SALOME Installation Wizard needs gcc 2.95.3 or newer and qt 3.0.5 or newer.
Use statically compiled gcc and qt in order to minimize external dependencies
-of Installation Wizard (see env.csh for details)
+of Installation Wizard (see env.csh for details).
+You can also link to the gcc and qt libraries dynamically if it suits for you
+(for example, if you do not plan to re-distribute installation wizard).
To build Installation Wizard :
- go to sources directory;
+- modify env.csh file to have correct environment for you gcc compiler and
+ qt library;
- run "source env.csh"
- run "make"
-You can rebuild Makefile by using qmake utility when necessary:
+If you experience problems with Makefile distributed with this sources package,
+you can rebuild Makefile by using qmake utility:
qmake -o Makefile SALOMEPRO_INSTALL.pro
---------------------------------------------------------