2002-07-27 23:33:29 +00:00
|
|
|
Requirements:
|
|
|
|
1. PostgreSQL built with the --with-CXX configure options (C++ wrapper)
|
|
|
|
2. PostGIS support in PostgreSQL
|
|
|
|
3. Qt 3.0.x built with thread support
|
2002-08-02 07:08:17 +00:00
|
|
|
4. GDAL/OGR library compiled and installed (with headers). QGIS assumes
|
|
|
|
that the headers and library will be in a standard (i.e. /usr/local)
|
2002-08-02 07:10:00 +00:00
|
|
|
location. See http://www.remotesensing.org/gdal.
|
2002-08-02 07:08:17 +00:00
|
|
|
5. Optional - Qt PostgreSQL driver (can be built with Qt or separately
|
2002-07-27 23:33:29 +00:00
|
|
|
-- see Qt SQL docs)
|
|
|
|
|
2002-08-02 07:08:17 +00:00
|
|
|
To build QGIS:
|
2002-07-27 23:33:29 +00:00
|
|
|
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++ headers are available in $(PGSQL)/include
|
2002-08-02 07:08:17 +00:00
|
|
|
3. Build QGIS by typing: make
|
2002-07-27 23:33:29 +00:00
|
|
|
|
2002-08-02 07:08:17 +00:00
|
|
|
The QGIS executable (qgis) will be built in the ./qgis/src directory
|