Salome HOME
Create symbolic links in the ${KERNEL_ROOT_DIR}/lib/salome (for Red Hat 9 only):
[tools/install.git] / src / README.txt
index b5a5d2b3c4690bd789ce06d6b0ad0c508cd74087..9329a6bdbe5ccf74bcfb6a8a4edc923df10ec550 100644 (file)
@@ -2,14 +2,28 @@
 Notes on building SALOME Installation Wizard.
 ---------------------------------------------------------
 
-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.)
+SALOME Installation Wizard needs gcc 2.95.3 or newer and qt 3.0.5 or newer.
+We use statically compiled gcc and qt in order to minimize external dependencies 
+of Installation Wizard (see env.csh for details)
 
 To build InstalWizard :
 - go to sources direcory;
-- run "source Env.csh"
+- run "source env.csh"
 - run "make"
 
 You can rebuild Makefile by using qmake utility when necessary:
 qmake -o Makefile SALOMEPRO_INSTALL.pro
+
+---------------------------------------------------------
+Using Qt files
+---------------------------------------------------------
+
+SALOME Installation Wizard uses modified Qt's QWizard class.
+This class is patched and and it's functionality is extended
+to provide needed behaviour.
+The QWizard class is renamed in order to avoid compilation problems.
+The Qt's files (originally qwizard.*) are used under terms of the 
+GNU General Public License version 2 as published by the Free Software
+Foundation and appearing in the file LICENSE.GPL included in the
+packaging of the Installation Wizard sources.
+