Skip to content

Commit dc67dd5

Browse files
author
timlinux
committed
Added a few lines about using git in win build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15626 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2ffab68 commit dc67dd5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/msvc.t2t

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ You only need Microsoft Windows Core SDK / Build Environment (x86 32-Bit).
2828
Download and install following packages:
2929

3030
|| Tool | Website |
31-
| CMake | http://www.cmake.org/files/v2.8/cmake-2.8.2-win32-x86.exe |
31+
| CMake | http://www.cmake.org/files/v2.8/cmake-2.8.4-win32-x86.exe |
3232
| Flex | http://gnuwin32.sourceforge.net/downlinks/flex.php |
3333
| Bison | http://gnuwin32.sourceforge.net/downlinks/bison.php |
3434
| SVN | http://sourceforge.net/projects/win32svn/files/1.6.13/Setup-Subversion-1.6.13.msi/download |
35+
| or GIT | http://msysgit.googlecode.com/files/Git-1.7.4-preview20110204.exe |
3536
| OSGeo4W | http://download.osgeo.org/osgeo4w/osgeo4w-setup.exe |
3637

3738
OSGeo4W does not only provide ready packages for the current QGIS release and
@@ -98,6 +99,12 @@ svn to the source directory ``qgis-trunk``:
9899
svn co https://svn.osgeo.org/qgis/trunk/qgis qgis-trunk
99100
```
100101

102+
or using git-svn (from the git shell):
103+
104+
```
105+
git svn clone --username timlinux --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
106+
```
107+
101108
Create a 'build' directory somewhere. This will be where all the build output
102109
will be generated.
103110

@@ -152,7 +159,9 @@ creatensis.pl
152159
```
153160

154161
When the script completes, it should have created a QGIS installer executable
155-
in the ms-windows directory.
162+
in the ms-windows directory. If you want to include your own hand built QGIS
163+
executables, you need to copy them in from your windows installation into
164+
the ms-windows file tree created by the creatensis script.
156165

157166
=== Osgeo4w packaging ===
158167

0 commit comments

Comments
 (0)