QGIS/qgis/INSTALL
gsherman a1e0621b29 Initial revision
git-svn-id: http://svn.osgeo.org/qgis/trunk@4 c8812cc2-4d05-0410-92ff-de0c093fc19c
2002-07-06 00:33:05 +00:00

7 lines
326 B
Plaintext

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