diff --git a/INSTALL b/INSTALL index 3fcb237b4f7..fa1e8c83a54 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,9 @@ +Requirements: +1. PostgresQL built with the --with-CXX configure options (C++ wrapper) +2. PostGIS support in PostgresQL +3. Qt 3.0.4 or higher built with thread support +4. Qt PostgresQL driver (can be built with Qt or separately -- see Qt SQL docs) + To build Qgis: 1. Make sure your QTDIR environment variable is set to your Qt directory 2. Set PGSQL environment variable to point to your PostgresQL installation and make sure the libpq++ diff --git a/Makefile b/Makefile index 79bd352e9d1..d69fac269f9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: qgis -# Generated by qmake (1.02a) on: Fri Jul 5 00:35:22 2002 +# Generated by qmake (1.02a) on: Fri Jul 5 16:45:36 2002 # Project: qgis.pro # Template: subdirs # Command: $(QMAKE) -nocache qgis.pro