File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ download and install of mingw) from here:
32
32
33
33
http://www.trolltech.com/developer/downloads/qt/windows
34
34
35
+ When the installer will ask for MinGW, you don't need to download and install
36
+ it, just point the installer to c:\msys\mingw
37
+
38
+ When Qt installation is complete:
39
+
35
40
Edit C:\Qt\4.2.3\bin\qtvars.bat and add the following line:
36
41
37
42
set PATH=%PATH%;C:\msys\local\bin;c:\msys\local\lib
@@ -56,6 +61,23 @@ Follow this section in case you would like to use Python bindings for QGIS.
56
61
http://riverbankcomputing.co.uk/pyqt/download.php
57
62
58
63
64
+ Subversion:
65
+ -----------
66
+
67
+ In order to check out QGIS sources from the repository, you need Subversion
68
+ client. This installer should work fine:
69
+
70
+ http://subversion.tigris.org/files/documents/15/36797/svn-1.4.3-setup.exe
71
+
72
+
73
+ CMake:
74
+ ------
75
+
76
+ CMake is build system used by Quantum GIS. Download it from here:
77
+
78
+ http://www.cmake.org/files/v2.4/cmake-2.4.6-win32-x86.exe
79
+
80
+
59
81
QGIS:
60
82
-----
61
83
You can’t perform that action at this time.
0 commit comments