QGIS/INSTALL
gsherman 2cce60a846 documentation updates
git-svn-id: http://svn.osgeo.org/qgis/trunk@37 c8812cc2-4d05-0410-92ff-de0c093fc19c
2002-07-21 01:36:55 +00:00

14 lines
573 B
Plaintext

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
4. 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 will be built in the ./qgis/src directory