From: vsr Date: Tue, 13 May 2008 15:56:34 +0000 (+0000) Subject: Update docs for 3.2.10 X-Git-Tag: V_3_2_10~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ffc8154ac0a55b4caa1efd2d739f03c7cd7b8d3a;p=tools%2Finstall.git Update docs for 3.2.10 --- diff --git a/src/README.txt b/src/README.txt index 4bbb7af..24fa495 100644 --- a/src/README.txt +++ b/src/README.txt @@ -4,14 +4,19 @@ Notes on building of SALOME Installation Wizard. 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 ---------------------------------------------------------