Notes on building SALOME Professional v1.1 InstallWizard. --------------------------------------------------------- You must have precompiled gcc and qt static libraries. Then set STATIC_ROOT properlly in Env.csh file. (We used gcc 2.95.3 and qt 3.0.5.) To build InstalWizard : - go to sources direcory; - run "source Env.csh" - run "make" You can rebuild Makefile by using qmake utility when necessary: qmake -o Makefile SALOMEPRO_INSTALL.pro