Skip to content

Commit

Permalink
fix some links in INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 6, 2012
1 parent 872e4e5 commit 08199e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
4 changes: 2 additions & 2 deletions doc/INSTALL.t2t
Expand Up @@ -84,8 +84,8 @@ always welcome for indicating possible mistakes.

You can download this document as part of the Quantum GIS 'User and
Installation Guide' in HTML and PDF format via http://www.qgis.org. A current
version is also available at the wiki, see:
http://www.qgis.org/wiki/Installation_Guide
version is also available at:
http://www.qgis.org/api/INSTALL.html

Translations of this document can also be downloaded at the documentation area
of the Quantum GIS project at http://www.qgis.org. More information is
Expand Down
18 changes: 6 additions & 12 deletions doc/msys.t2t
Expand Up @@ -110,12 +110,12 @@ make install
/!\ You can delete the directories with unpacked SIP and PyQt4 sources after a
successfull install, they're not needed anymore.

=== Subversion ===
=== git ===

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

http://www.sliksvn.com/pub/Slik-Subversion-1.6.13-win32.msi
http://msysgit.googlecode.com/files/Git-1.7.4-preview20110204.exe

=== CMake ===

Expand All @@ -133,16 +133,10 @@ md c:\dev\cpp
cd c:\dev\cpp
```

Check out sources from SVN:
Check out sources from GIT:

For svn trunk:
```
svn co https://svn.osgeo.org/qgis/trunk/qgis
```

For svn 1.5 branch
```
svn co https://svn.osgeo.org/qgis/branches/Release-1_5_0 qgis1.5.0
git clone git://github.com/qgis/Quantum-GIS.git
```

=== Compiling ===
Expand Down

0 comments on commit 08199e3

Please sign in to comment.