[QGIS Commit] r9454 - trunk/qgis/doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Oct 7 23:38:38 EDT 2008


Author: gsherman
Date: 2008-10-07 23:38:38 -0400 (Tue, 07 Oct 2008)
New Revision: 9454

Modified:
   trunk/qgis/doc/INSTALL.t2t
Log:
Minor changes to requirements section of INSTALL.t2t


Modified: trunk/qgis/doc/INSTALL.t2t
===================================================================
--- trunk/qgis/doc/INSTALL.t2t	2008-10-07 18:07:09 UTC (rev 9453)
+++ trunk/qgis/doc/INSTALL.t2t	2008-10-08 03:38:38 UTC (rev 9454)
@@ -76,9 +76,9 @@
 = General Build Notes = 
 
 At version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
-number of major projects (eg. KDE 4.0), now uses cmake for building from
-source. The configure script in this directory simply checks for the existence
-of cmake and provides some clues to build QGIS.
+number of major projects (eg. KDE 4.0), now uses cmake (http://www.cmake.org)
+for building from source. The configure script in this directory simply checks
+for the existence of cmake and provides some clues to build QGIS.
 
 For complete information, see the wiki at:
    http://wiki.qgis.org/qgiswiki/Building_with_CMake
@@ -94,16 +94,15 @@
  * Proj >= ? (known to work with 4.4.x)
  * GEOS >= 2.2 (3.0 is supported, maybe 2.1.x works too)
  * Sqlite3 >= ? (probably 3.0.0)
- * GDAL/OGR >= ? (1.2.x should work)
+ * GDAL/OGR >= 1.4.x (1.2.x should work)
 
 '''Optional dependencies:'''
  * for GRASS plugin - GRASS >= 6.0.0
  * for georeferencer - GSL >= ? (works with 1.8)
- * for postgis support and SPIT plugin - PostgreSQL >= ?
+ * for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
  * for gps plugin - expat >= ? (1.95 is OK)
- * for mapserver export and PyQGIS - Python >= ? (probably 2.3)
- * for PyQGIS - SIP >= 4.5, PyQt >= 4.1
-
+ * for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
+ * for PyQGIS - SIP >= 4.5, PyQt >= must match Qt version
 '''Recommended runtime deps:'''
  * for gps plugin - gpsbabel
 



More information about the QGIS-commit mailing list