X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FREADME.txt;h=4bbb7afe273dba184c812227dd455597a160479a;hb=7f20464cbfdbb123c2880002895cdbb454e63fbf;hp=9329a6bdbe5ccf74bcfb6a8a4edc923df10ec550;hpb=b2f455f9c32667f9adee3ae066a51d85fb94ea04;p=tools%2Finstall.git diff --git a/src/README.txt b/src/README.txt index 9329a6b..4bbb7af 100644 --- a/src/README.txt +++ b/src/README.txt @@ -1,13 +1,13 @@ --------------------------------------------------------- -Notes on building SALOME Installation Wizard. +Notes on building of SALOME Installation Wizard. --------------------------------------------------------- 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 +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; +To build Installation Wizard : +- go to sources directory; - run "source env.csh" - run "make" @@ -18,12 +18,13 @@ qmake -o Makefile SALOMEPRO_INSTALL.pro Using Qt files --------------------------------------------------------- -SALOME Installation Wizard uses modified Qt's QWizard class. +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 needed behaviour. +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 and appearing in the file LICENSE.GPL included in the -packaging of the Installation Wizard sources. +Foundation. The file LICENSE.GPL is included in the packaging +of the SALOME Installation Wizard sources.