Salome HOME
Initial version
authoradmin <salome-admin@opencascade.com>
Fri, 25 Jul 2003 07:22:59 +0000 (07:22 +0000)
committeradmin <salome-admin@opencascade.com>
Fri, 25 Jul 2003 07:22:59 +0000 (07:22 +0000)
src/README.txt [new file with mode: 0644]

diff --git a/src/README.txt b/src/README.txt
new file mode 100644 (file)
index 0000000..78b3e49
--- /dev/null
@@ -0,0 +1,14 @@
+Notes on building SALOME Professional v1.1 InstallWizard.
+---------------------------------------------------------
+
+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.)
+
+To build InstalWizard :
+- go to sources direcory;
+- run "source Env.csh"
+- run "make"
+
+You can rebuild Makefile by using qmake utility when necessary:
+qmake -o Makefile SALOMEPRO_INSTALL.pro