Skip to content

Commit f63014e

Browse files
author
jef
committedNov 19, 2008
update required GDAL version in INSTALL
git-svn-id: http://svn.osgeo.org/qgis/trunk@9670 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2d5d202 commit f63014e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ For complete information, see the wiki at:
171171
* Proj >= ? (known to work with 4.4.x)
172172
* GEOS >= 2.2 (3.0 is supported, maybe 2.1.x works too)
173173
* Sqlite3 >= ? (probably 3.0.0)
174-
* GDAL/OGR >= 1.4.x (1.2.x should work)
174+
* GDAL/OGR >= 1.4.x
175175

176176
'''Optional dependencies:'''
177177
* for GRASS plugin - GRASS >= 6.0.0

‎doc/INSTALL.t2t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Building QGIS from source - step by step
2020
%apply vim formatting to the whol document as it screws up some formatting
2121
%rather apply it selectively to paragraphs where needed.
2222

23-
% To generate teh text version of this document:
23+
% To generate the text version of this document:
2424
% txt2tags -t txt -o INSTALL INSTALL.t2t
2525
% To generate the moinmoin version of this document
2626
% txt2tags -t moin INSTALL.moin INSTALL.t2t
@@ -94,7 +94,7 @@ 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.4.x (1.2.x should work)
97+
* GDAL/OGR >= 1.4.x
9898

9999
'''Optional dependencies:'''
100100
* for GRASS plugin - GRASS >= 6.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.