Navigation Menu

Skip to content

Commit

Permalink
Added a note about CMake and Subversion download.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6929 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 4, 2007
1 parent 9f917b8 commit f2f370f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README_windows.txt
Expand Up @@ -32,6 +32,11 @@ download and install of mingw) from here:

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

When the installer will ask for MinGW, you don't need to download and install
it, just point the installer to c:\msys\mingw

When Qt installation is complete:

Edit C:\Qt\4.2.3\bin\qtvars.bat and add the following line:

set PATH=%PATH%;C:\msys\local\bin;c:\msys\local\lib
Expand All @@ -56,6 +61,23 @@ Follow this section in case you would like to use Python bindings for QGIS.
http://riverbankcomputing.co.uk/pyqt/download.php


Subversion:
-----------

In order to check out QGIS sources from the repository, you need Subversion
client. This installer should work fine:

http://subversion.tigris.org/files/documents/15/36797/svn-1.4.3-setup.exe


CMake:
------

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

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


QGIS:
-----

Expand Down

0 comments on commit f2f370f

Please sign in to comment.