Skip to content

Commit

Permalink
Replace svn url with git one for win install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 8, 2011
1 parent 3960b42 commit 6b4e565
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions doc/msvc.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,11 @@ call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
```

Start the batch file and on the command prompt checkout the QGIS source from
svn to the source directory ``qgis-trunk``:
git to the source directory ``Quantum-GIS``:

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

or using git-svn (from the git shell):

```
git svn clone --username $USER --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
git clone git://github.com/qgis/Quantum-GIS.git
```

Create a 'build' directory somewhere. This will be where all the build output
Expand Down

0 comments on commit 6b4e565

Please sign in to comment.