1
- Installation Notes for Quantum GIS (QGIS) on windows
2
- Tim Sutton
3
- 06/09/2007
1
+ Installation Notes for Quantum GIS (QGIS) on windows
2
+ Tim Sutton
3
+ 06/09/2007
4
4
5
5
6
6
------------------------------------------------------------------------
@@ -11,13 +11,12 @@ Tim Sutton
11
11
2.2. MSYS:
12
12
2.3. Qt4.3
13
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)
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
------------------------------------------------------------------------
@@ -34,7 +33,6 @@ Tim Sutton
34
33
Authors and contributors for this section:
35
34
Tim Sutton, Godofredo Contreras 2006
36
35
CMake additions Magnus Homann 2007
37
- Python additions Martin Dobias 2007
38
36
With thanks to Tisham Dhar for preparing the initial msys environment
39
37
---------------------------------------------------------------------------------
40
38
@@ -93,45 +91,12 @@ C:\Qt\4.3.0\bin\qtvars.bat compile_debug
93
91
2.4. Flex and Bison
94
92
===================
95
93
96
- 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
-
98
-
99
- 2.5. Python stuff: (optional)
100
- =============================
101
-
102
- Follow this section in case you would like to use Python bindings for QGIS.
103
- To be able to compile bindings, you need to compile SIP and PyQt4 from sources
104
- as their installer doesn't include some development files which are necessary.
105
-
106
- *) Download and install Python - use Windows installer
107
- (It doesn't matter to what folder you'll install it)
108
-
109
- http://python.org/download/
110
-
111
- *) Download SIP and PyQt4 sources
112
-
113
- http://www.riverbankcomputing.com/Downloads/sip4/sip-4.6.zip
114
- http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-win-gpl-4.2.zip
115
-
116
- *) Unpack SIP to a temporary directory, open console (cmd.exe) and compile:
94
+ !!! I think we can remove this step...? TS
117
95
118
- > c:\Qt\4.3.0\bin\qtvars.bat
119
- > python configure.py -p win32-g++
120
- > make
121
- > make install
122
-
123
- *) Unpack PyQt to a temporary directory, open console (cmd.exe) and compile:
124
-
125
- > c:\Qt\4.3.0\bin\qtvars.bat
126
- > python configure.py
127
- > make
128
- > make install
129
-
130
- *) You can delete the directories with unpacked SIP and PyQt4 sources
131
- after a successfull install, they're not needed anymore.
96
+ 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
132
97
133
98
134
- 2.6 . Subversion:
99
+ 2.5 . Subversion:
135
100
================
136
101
137
102
In order to check out QGIS sources from the repository, you need Subversion
@@ -140,23 +105,23 @@ client. This installer should work fine:
140
105
http://subversion.tigris.org/files/documents/15/36797/svn-1.4.3-setup.exe
141
106
142
107
143
- 2.7 . CMake:
108
+ 2.6 . CMake:
144
109
===========
145
110
146
111
CMake is build system used by Quantum GIS. Download it from here:
147
112
148
113
http://www.cmake.org/files/v2.4/cmake-2.4.6-win32-x86.exe
149
114
150
115
151
- 2.8 . QGIS:
116
+ 2.7 . QGIS:
152
117
==========
153
118
154
119
* Start a cmd.exe window ( Start -> Run -> cmd.exe )
155
120
* Create development directory and move into it
156
121
157
122
158
- > md c:\dev\cpp
159
- > cd c:\dev\cpp
123
+ md c:\dev\cpp
124
+ cd c:\dev\cpp
160
125
161
126
162
127
* Check out sources from SVN
@@ -172,7 +137,7 @@ http://www.cmake.org/files/v2.4/cmake-2.4.6-win32-x86.exe
172
137
173
138
174
139
175
- 2.9 . Compiling:
140
+ 2.8 . Compiling:
176
141
===============
177
142
178
143
As a background read http://wiki.qgis.org/qgiswiki/Building_with_CMake
@@ -193,8 +158,8 @@ As a background read http://wiki.qgis.org/qgiswiki/Building_with_CMake
193
158
194
159
195
160
196
- 2.10 . Configuration
197
- ===================
161
+ 2.9 . Configuration
162
+ ==================
198
163
199
164
200
165
cmakesetup ..
@@ -235,7 +200,7 @@ As a background read http://wiki.qgis.org/qgiswiki/Building_with_CMake
235
200
will be used from that place.
236
201
237
202
238
- 2.11 . Create the installation package: (optional)
203
+ 2.10 . Create the installation package: (optional)
239
204
=================================================
240
205
241
206
Downlad and install NSIS from (http://nsis.sourceforge.net/Main_Page)
0 commit comments