Skip to content

Commit f2f370f

Browse files

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎README_windows.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ download and install of mingw) from here:
3232

3333
http://www.trolltech.com/developer/downloads/qt/windows
3434

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+
3540
Edit C:\Qt\4.2.3\bin\qtvars.bat and add the following line:
3641

3742
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.
5661
http://riverbankcomputing.co.uk/pyqt/download.php
5762

5863

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+
5981
QGIS:
6082
-----
6183

0 commit comments

Comments
 (0)
Please sign in to comment.