Skip to content

Commit 17ba5c8

Browse files
author
timlinux
committedNov 10, 2007
Added Martins summary list of QGIS dependencies
git-svn-id: http://svn.osgeo.org/qgis/trunk@7367 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2a8d030 commit 17ba5c8

File tree

2 files changed

+58
-6
lines changed

2 files changed

+58
-6
lines changed
 

‎INSTALL

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
------------------------------------------------------------------------
55

66
1. Introduction
7-
2. General Build Note
7+
2. General Build Notes
8+
2.1. An overview of the dependencies required for building
89
3. Building under windows using msys
910
3.1. MSYS:
1011
3.2. Qt4.3
@@ -125,12 +126,12 @@ place for describing build procefures. Please do not remove this notice.
125126
simply copy the commands listed in codeblocks that look like this:
126127

127128

128-
somecommand to be pasted ```
129+
somecommand to be pasted
129130

130131

131132

132-
2. General Build Note
133-
=====================
133+
2. General Build Notes
134+
======================
134135

135136
At version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
136137
number of major projects (eg. KDE 4.0), now uses cmake for building from
@@ -141,6 +142,32 @@ For complete information, see the wiki at:
141142
http://wiki.qgis.org/qgiswiki/Building_with_CMake
142143

143144

145+
2.1. An overview of the dependencies required for building
146+
==========================================================
147+
148+
'''Required build deps:'''
149+
* CMake >= 2.4.3
150+
* Flex, Bison
151+
152+
'''Required runtime deps:'''
153+
* Qt >= 4.2.0
154+
* Proj >= ? (known to work with 4.4.x)
155+
* GEOS >= 2.2 (3.0 is supported, maybe 2.1.x works too)
156+
* Sqlite3 >= ? (probably 3.0.0)
157+
* GDAL/OGR >= ? (1.2.x should work)
158+
159+
'''Optional dependencies:'''
160+
* for GRASS plugin - GRASS >= 6.0.0
161+
* for georeferencer - GSL >= ? (works with 1.8)
162+
* for postgis support and SPIT plugin - PostgreSQL >= ?
163+
* for gps plugin - expat >= ? (1.95 is OK)
164+
* for mapserver export and PyQGIS - Python >= ? (probably 2.3)
165+
* for PyQGIS - SIP >= 4.5, PyQt >= 4.1
166+
167+
'''Recommended runtime deps:'''
168+
* for gps plugin - gpsbabel
169+
170+
144171
3. Building under windows using msys
145172
====================================
146173

‎INSTALL.t2t

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ place for describing build procefures. Please do not remove this notice.
5555
/!\ ***Note:*** This is a 'cut and paste' tutorial - in most cases you can
5656
simply copy the commands listed in codeblocks that look like this:
5757

58-
``` somecommand to be pasted ```
58+
```
59+
somecommand to be pasted
60+
```
5961

60-
= General Build Note =
62+
= General Build Notes =
6163

6264
At version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
6365
number of major projects (eg. KDE 4.0), now uses cmake for building from
@@ -67,6 +69,29 @@ of cmake and provides some clues to build QGIS.
6769
For complete information, see the wiki at:
6870
http://wiki.qgis.org/qgiswiki/Building_with_CMake
6971

72+
== An overview of the dependencies required for building ==
73+
74+
'''Required build deps:'''
75+
* CMake >= 2.4.3
76+
* Flex, Bison
77+
78+
'''Required runtime deps:'''
79+
* Qt >= 4.2.0
80+
* Proj >= ? (known to work with 4.4.x)
81+
* GEOS >= 2.2 (3.0 is supported, maybe 2.1.x works too)
82+
* Sqlite3 >= ? (probably 3.0.0)
83+
* GDAL/OGR >= ? (1.2.x should work)
84+
85+
'''Optional dependencies:'''
86+
* for GRASS plugin - GRASS >= 6.0.0
87+
* for georeferencer - GSL >= ? (works with 1.8)
88+
* for postgis support and SPIT plugin - PostgreSQL >= ?
89+
* for gps plugin - expat >= ? (1.95 is OK)
90+
* for mapserver export and PyQGIS - Python >= ? (probably 2.3)
91+
* for PyQGIS - SIP >= 4.5, PyQt >= 4.1
92+
93+
'''Recommended runtime deps:'''
94+
* for gps plugin - gpsbabel
7095

7196

7297

0 commit comments

Comments
 (0)
Please sign in to comment.