]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Update docs for 3.2.10
authorvsr <vsr@opencascade.com>
Tue, 13 May 2008 15:56:34 +0000 (15:56 +0000)
committervsr <vsr@opencascade.com>
Tue, 13 May 2008 15:56:34 +0000 (15:56 +0000)
src/README.txt

index 4bbb7afe273dba184c812227dd455597a160479a..24fa4958f362c1b7e0ea850a3342e27d428e40ad 100644 (file)
@@ -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
 
 ---------------------------------------------------------