File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ always welcome for indicating possible mistakes.
84
84
85
85
You can download this document as part of the Quantum GIS 'User and
86
86
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
89
89
90
90
Translations of this document can also be downloaded at the documentation area
91
91
of the Quantum GIS project at http://www.qgis.org. More information is
Original file line number Diff line number Diff line change @@ -110,12 +110,12 @@ make install
110
110
/!\ You can delete the directories with unpacked SIP and PyQt4 sources after a
111
111
successfull install, they're not needed anymore.
112
112
113
- === Subversion ===
113
+ === git ===
114
114
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:
117
117
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
119
119
120
120
=== CMake ===
121
121
@@ -133,16 +133,10 @@ md c:\dev\cpp
133
133
cd c:\dev\cpp
134
134
```
135
135
136
- Check out sources from SVN :
136
+ Check out sources from GIT :
137
137
138
- For svn trunk:
139
- ```
140
- svn co https://svn.osgeo.org/qgis/trunk/qgis
141
- ```
142
-
143
- For svn 1.5 branch
144
138
```
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
146
140
```
147
141
148
142
=== Compiling ===
You can’t perform that action at this time.
0 commit comments