@@ -76,9 +76,9 @@ somecommand to be pasted
76
76
= General Build Notes =
77
77
78
78
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.
82
82
83
83
For complete information, see the wiki at:
84
84
http://wiki.qgis.org/qgiswiki/Building_with_CMake
@@ -94,16 +94,15 @@ For complete information, see the wiki at:
94
94
* Proj >= ? (known to work with 4.4.x)
95
95
* GEOS >= 2.2 (3.0 is supported, maybe 2.1.x works too)
96
96
* Sqlite3 >= ? (probably 3.0.0)
97
- * GDAL/OGR >= ? (1.2.x should work)
97
+ * GDAL/OGR >= 1.4.x (1.2.x should work)
98
98
99
99
'''Optional dependencies:'''
100
100
* for GRASS plugin - GRASS >= 6.0.0
101
101
* 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
103
103
* 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
107
106
'''Recommended runtime deps:'''
108
107
* for gps plugin - gpsbabel
109
108
0 commit comments