QGIS/INSTALL
gsherman 10f11f1e76 added info about binary GDAL/OGR
git-svn-id: http://svn.osgeo.org/qgis/trunk@99 c8812cc2-4d05-0410-92ff-de0c093fc19c
2002-08-14 05:30:51 +00:00

20 lines
930 B
Plaintext

Requirements:
1. PostgreSQL built with the --with-CXX configure options (C++ wrapper)
(http://www.postgresql.org)
2. PostGIS support in PostgreSQL (http://postgis.refractions.net)
3. Qt 3.0.x built with thread support
(http://www.trolltech.com/developer/download/qt-x11.html)
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)
location. A Linux binary is available at http://www.remotesensing.org/gdal.
5. Optional - 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++ headers are available in $(PGSQL)/include
3. Build QGIS by typing: make
The QGIS executable (qgis) will be built in the ./qgis/src directory