Salome HOME
Fix get os name for Ubuntu
[tools/install.git] / src / README.txt
index 78b3e49c67833898204fe31d73194f9fbc032bef..4bbb7afe273dba184c812227dd455597a160479a 100644 (file)
@@ -1,14 +1,30 @@
-Notes on building SALOME Professional v1.1 InstallWizard.
+---------------------------------------------------------
+Notes on building of 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.
+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"
+To build Installation Wizard :
+- go to sources directory;
+- 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
+---------------------------------------------------------
+
+For development of SALOME Installation Wizard we used modified
+Qt's QWizard class.
+This class is patched and and it's functionality is extended
+to provide required 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. The file LICENSE.GPL is included in the packaging 
+of the SALOME Installation Wizard sources.
+