4
4
------------------------------------------------------------------------
5
5
6
6
1. Introduction
7
- 2. General Build Note
7
+ 2. General Build Notes
8
+ 2.1. An overview of the dependencies required for building
8
9
3. Building under windows using msys
9
10
3.1. MSYS:
10
11
3.2. Qt4.3
@@ -125,12 +126,12 @@ place for describing build procefures. Please do not remove this notice.
125
126
simply copy the commands listed in codeblocks that look like this:
126
127
127
128
128
- somecommand to be pasted ```
129
+ somecommand to be pasted
129
130
130
131
131
132
132
- 2. General Build Note
133
- =====================
133
+ 2. General Build Notes
134
+ ======================
134
135
135
136
At version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
136
137
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:
141
142
http://wiki.qgis.org/qgiswiki/Building_with_CMake
142
143
143
144
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
+
144
171
3. Building under windows using msys
145
172
====================================
146
173
0 commit comments