mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
makefile update
git-svn-id: http://svn.osgeo.org/qgis/trunk@10 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
77004a78ec
commit
eb1afe5ecd
6
INSTALL
6
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++
|
||||
|
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user