Skip to content

Commit f6e1d69

Browse files
author
gsherman
committedOct 8, 2008
Minor changes to requirements section of INSTALL.t2t
git-svn-id: http://svn.osgeo.org/qgis/trunk@9454 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e96e1bf commit f6e1d69

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed
 

‎doc/INSTALL.t2t

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ somecommand to be pasted
7676
= General Build Notes =
7777

7878
At version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
79-
number of major projects (eg. KDE 4.0), now uses cmake for building from
80-
source. The configure script in this directory simply checks for the existence
81-
of cmake and provides some clues to build QGIS.
79+
number of major projects (eg. KDE 4.0), now uses cmake (http://www.cmake.org)
80+
for building from source. The configure script in this directory simply checks
81+
for the existence of cmake and provides some clues to build QGIS.
8282

8383
For complete information, see the wiki at:
8484
http://wiki.qgis.org/qgiswiki/Building_with_CMake
@@ -94,16 +94,15 @@ For complete information, see the wiki at:
9494
* Proj >= ? (known to work with 4.4.x)
9595
* GEOS >= 2.2 (3.0 is supported, maybe 2.1.x works too)
9696
* Sqlite3 >= ? (probably 3.0.0)
97-
* GDAL/OGR >= ? (1.2.x should work)
97+
* GDAL/OGR >= 1.4.x (1.2.x should work)
9898

9999
'''Optional dependencies:'''
100100
* for GRASS plugin - GRASS >= 6.0.0
101101
* for georeferencer - GSL >= ? (works with 1.8)
102-
* for postgis support and SPIT plugin - PostgreSQL >= ?
102+
* for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
103103
* for gps plugin - expat >= ? (1.95 is OK)
104-
* for mapserver export and PyQGIS - Python >= ? (probably 2.3)
105-
* for PyQGIS - SIP >= 4.5, PyQt >= 4.1
106-
104+
* for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
105+
* for PyQGIS - SIP >= 4.5, PyQt >= must match Qt version
107106
'''Recommended runtime deps:'''
108107
* for gps plugin - gpsbabel
109108

0 commit comments

Comments
 (0)
Please sign in to comment.