Skip to content

Commit 08199e3

Browse files
committedJun 6, 2012
fix some links in INSTALL
1 parent 872e4e5 commit 08199e3

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed
 

‎doc/INSTALL.t2t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ always welcome for indicating possible mistakes.
8484

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

9090
Translations of this document can also be downloaded at the documentation area
9191
of the Quantum GIS project at http://www.qgis.org. More information is

‎doc/msys.t2t

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ make install
110110
/!\ You can delete the directories with unpacked SIP and PyQt4 sources after a
111111
successfull install, they're not needed anymore.
112112

113-
=== Subversion ===
113+
=== git ===
114114

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

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

120120
=== CMake ===
121121

@@ -133,16 +133,10 @@ md c:\dev\cpp
133133
cd c:\dev\cpp
134134
```
135135

136-
Check out sources from SVN:
136+
Check out sources from GIT:
137137

138-
For svn trunk:
139-
```
140-
svn co https://svn.osgeo.org/qgis/trunk/qgis
141-
```
142-
143-
For svn 1.5 branch
144138
```
145-
svn co https://svn.osgeo.org/qgis/branches/Release-1_5_0 qgis1.5.0
139+
git clone git://github.com/qgis/Quantum-GIS.git
146140
```
147141

148142
=== Compiling ===

0 commit comments

Comments
 (0)