Skip to content

Commit 997986b

Browse files
author
timlinux
committed
Removed python related notes for 0.8.x branch
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6996 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7b9d4b3 commit 997986b

File tree

2 files changed

+26
-97
lines changed

2 files changed

+26
-97
lines changed

INSTALL

+20-55
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44

55

66
------------------------------------------------------------------------
@@ -11,13 +11,12 @@ Tim Sutton
1111
2.2. MSYS:
1212
2.3. Qt4.3
1313
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)
2120

2221

2322
------------------------------------------------------------------------
@@ -34,7 +33,6 @@ Tim Sutton
3433
Authors and contributors for this section:
3534
Tim Sutton, Godofredo Contreras 2006
3635
CMake additions Magnus Homann 2007
37-
Python additions Martin Dobias 2007
3836
With thanks to Tisham Dhar for preparing the initial msys environment
3937
---------------------------------------------------------------------------------
4038

@@ -93,45 +91,12 @@ C:\Qt\4.3.0\bin\qtvars.bat compile_debug
9391
2.4. Flex and Bison
9492
===================
9593

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
11795

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
13297

13398

134-
2.6. Subversion:
99+
2.5. Subversion:
135100
================
136101

137102
In order to check out QGIS sources from the repository, you need Subversion
@@ -140,23 +105,23 @@ client. This installer should work fine:
140105
http://subversion.tigris.org/files/documents/15/36797/svn-1.4.3-setup.exe
141106

142107

143-
2.7. CMake:
108+
2.6. CMake:
144109
===========
145110

146111
CMake is build system used by Quantum GIS. Download it from here:
147112

148113
http://www.cmake.org/files/v2.4/cmake-2.4.6-win32-x86.exe
149114

150115

151-
2.8. QGIS:
116+
2.7. QGIS:
152117
==========
153118

154119
* Start a cmd.exe window ( Start -> Run -> cmd.exe )
155120
* Create development directory and move into it
156121

157122

158-
> md c:\dev\cpp
159-
> cd c:\dev\cpp
123+
md c:\dev\cpp
124+
cd c:\dev\cpp
160125

161126

162127
* Check out sources from SVN
@@ -172,7 +137,7 @@ http://www.cmake.org/files/v2.4/cmake-2.4.6-win32-x86.exe
172137

173138

174139

175-
2.9. Compiling:
140+
2.8. Compiling:
176141
===============
177142

178143
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
193158

194159

195160

196-
2.10. Configuration
197-
===================
161+
2.9. Configuration
162+
==================
198163

199164

200165
cmakesetup ..
@@ -235,7 +200,7 @@ As a background read http://wiki.qgis.org/qgiswiki/Building_with_CMake
235200
will be used from that place.
236201

237202

238-
2.11. Create the installation package: (optional)
203+
2.10. Create the installation package: (optional)
239204
=================================================
240205

241206
Downlad and install NSIS from (http://nsis.sourceforge.net/Main_Page)

INSTALL.t2t

+6-42
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Installation Notes for Quantum GIS (QGIS) on windows
2-
Tim Sutton
3-
%%mtime(%m/%d/%Y)
1+
Installation Notes for Quantum GIS (QGIS) on windows
2+
Tim Sutton
3+
%%mtime(%m/%d/%Y)
44

55
%!encoding: iso-8859-1
66

7-
= Introduction =
7+
= Introduction =
88

99
%This document is in text2tags format. You can generate html, plain text and moinmoin
1010
%formatted documentation by running txt2tags on this document. See the txt2tags home
@@ -17,7 +17,6 @@ Tim Sutton
1717
Authors and contributors for this section:
1818
Tim Sutton, Godofredo Contreras 2006
1919
CMake additions Magnus Homann 2007
20-
Python additions Martin Dobias 2007
2120
With thanks to Tisham Dhar for preparing the initial msys environment
2221
---------------------------------------------------------------------------------
2322
```
@@ -71,41 +70,6 @@ C:\Qt\4.3.0\bin\qtvars.bat compile_debug
7170

7271
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
7372

74-
== Python stuff: (optional) ==
75-
76-
77-
Follow this section in case you would like to use Python bindings for QGIS.
78-
To be able to compile bindings, you need to compile SIP and PyQt4 from sources
79-
as their installer doesn't include some development files which are necessary.
80-
81-
*) Download and install Python - use Windows installer
82-
(It doesn't matter to what folder you'll install it)
83-
84-
http://python.org/download/
85-
86-
*) Download SIP and PyQt4 sources
87-
88-
http://www.riverbankcomputing.com/Downloads/sip4/sip-4.6.zip
89-
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-win-gpl-4.2.zip
90-
91-
*) Unpack SIP to a temporary directory, open console (cmd.exe) and compile:
92-
93-
> c:\Qt\4.3.0\bin\qtvars.bat
94-
> python configure.py -p win32-g++
95-
> make
96-
> make install
97-
98-
*) Unpack PyQt to a temporary directory, open console (cmd.exe) and compile:
99-
100-
> c:\Qt\4.3.0\bin\qtvars.bat
101-
> python configure.py
102-
> make
103-
> make install
104-
105-
*) You can delete the directories with unpacked SIP and PyQt4 sources
106-
after a successfull install, they're not needed anymore.
107-
108-
10973
== Subversion: ==
11074

11175
In order to check out QGIS sources from the repository, you need Subversion
@@ -127,8 +91,8 @@ http://www.cmake.org/files/v2.4/cmake-2.4.6-win32-x86.exe
12791
* Create development directory and move into it
12892

12993
```
130-
> md c:\dev\cpp
131-
> cd c:\dev\cpp
94+
md c:\dev\cpp
95+
cd c:\dev\cpp
13296
```
13397

13498
* Check out sources from SVN

0 commit comments

Comments
 (0)