@@ -7,17 +7,16 @@ Tim Sutton
7
7
8
8
1. Introduction
9
9
2. Procedure for building under windows build environment using msys
10
- 2.1. Introduction
11
- 2.2. MSYS:
12
- 2.3. Qt4.3
13
- 2.4. Flex and Bison
14
- 2.5. Python stuff: (optional)
15
- 2.6. Subversion:
16
- 2.7. CMake:
17
- 2.8. QGIS:
18
- 2.9. Compiling:
19
- 2.10. Configuration
20
- 2.11. Create the installation package: (optional)
10
+ 2.1. MSYS:
11
+ 2.2. Qt4.3
12
+ 2.3. Flex and Bison
13
+ 2.4. Python stuff: (optional)
14
+ 2.5. Subversion:
15
+ 2.6. CMake:
16
+ 2.7. QGIS:
17
+ 2.8. Compiling:
18
+ 2.9. Configuration
19
+ 2.10. Create the installation package: (optional)
21
20
22
21
23
22
------------------------------------------------------------------------
@@ -26,6 +25,8 @@ Tim Sutton
26
25
1. Introduction
27
26
===============
28
27
28
+ This document is for developers and describes the procedure required to compile this version of QGIS.
29
+
29
30
30
31
2. Procedure for building under windows build environment using msys
31
32
====================================================================
@@ -40,17 +41,7 @@ Tim Sutton
40
41
41
42
42
43
43
- 2.1. Introduction
44
- =================
45
-
46
- This document describes the process you need to follow to get QGIS built directly
47
- under windows (rather than using a cross compiler under linux).
48
-
49
- Note: The process for building under windows is still being sorted out so
50
- check this document regularly for updates.
51
-
52
-
53
- 2.2. MSYS:
44
+ 2.1. MSYS:
54
45
==========
55
46
56
47
MSYS provides a unix style build environment under windows. We have created a zip archive that contains just about all dependencies.
@@ -66,7 +57,7 @@ and unpack to c:\msys
66
57
http://www.7-zip.org/
67
58
68
59
69
- 2.3 . Qt4.3
60
+ 2.2 . Qt4.3
70
61
==========
71
62
72
63
Download qt4.3 opensource precompiled edition exe and install (including the
@@ -90,13 +81,13 @@ If you plan to do some debugging, you'll need to compile debug version of Qt:
90
81
C:\Qt\4.3.0\bin\qtvars.bat compile_debug
91
82
92
83
93
- 2.4 . Flex and Bison
84
+ 2.3 . Flex and Bison
94
85
===================
95
86
96
87
Get Flex http://sourceforge.net/project/showfiles.php?group_id=23617&package_id=16424 (the zip bin) and extract it into c:\msys\mingw\bin
97
88
98
89
99
- 2.5 . Python stuff: (optional)
90
+ 2.4 . Python stuff: (optional)
100
91
=============================
101
92
102
93
Follow this section in case you would like to use Python bindings for QGIS.
@@ -131,7 +122,7 @@ as their installer doesn't include some development files which are necessary.
131
122
after a successfull install, they're not needed anymore.
132
123
133
124
134
- 2.6 . Subversion:
125
+ 2.5 . Subversion:
135
126
================
136
127
137
128
In order to check out QGIS sources from the repository, you need Subversion
@@ -140,15 +131,15 @@ client. This installer should work fine:
140
131
http://subversion.tigris.org/files/documents/15/36797/svn-1.4.3-setup.exe
141
132
142
133
143
- 2.7 . CMake:
134
+ 2.6 . CMake:
144
135
===========
145
136
146
137
CMake is build system used by Quantum GIS. Download it from here:
147
138
148
139
http://www.cmake.org/files/v2.4/cmake-2.4.6-win32-x86.exe
149
140
150
141
151
- 2.8 . QGIS:
142
+ 2.7 . QGIS:
152
143
==========
153
144
154
145
* Start a cmd.exe window ( Start -> Run -> cmd.exe )
@@ -172,7 +163,7 @@ http://www.cmake.org/files/v2.4/cmake-2.4.6-win32-x86.exe
172
163
173
164
174
165
175
- 2.9 . Compiling:
166
+ 2.8 . Compiling:
176
167
===============
177
168
178
169
As a background read http://wiki.qgis.org/qgiswiki/Building_with_CMake
@@ -193,8 +184,8 @@ As a background read http://wiki.qgis.org/qgiswiki/Building_with_CMake
193
184
194
185
195
186
196
- 2.10 . Configuration
197
- ===================
187
+ 2.9 . Configuration
188
+ ==================
198
189
199
190
200
191
cmakesetup ..
@@ -235,7 +226,7 @@ As a background read http://wiki.qgis.org/qgiswiki/Building_with_CMake
235
226
will be used from that place.
236
227
237
228
238
- 2.11 . Create the installation package: (optional)
229
+ 2.10 . Create the installation package: (optional)
239
230
=================================================
240
231
241
232
Downlad and install NSIS from (http://nsis.sourceforge.net/Main_Page)
0 commit comments