Skip to content

Commit 5f7561c

Browse files
author
timlinux
committed
Added a little more detail on the final packaging step
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15655 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c6b4f1a commit 5f7561c

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

doc/msvc.t2t

+19-3
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,25 @@ creatensis.pl
162162
```
163163

164164
When the script completes, it should have created a QGIS installer executable
165-
in the ms-windows directory. If you want to include your own hand built QGIS
166-
executables, you need to copy them in from your windows installation into
167-
the ms-windows file tree created by the creatensis script.
165+
in the ms-windows directory (using the QGIS binaries from OSGEO4W).
166+
167+
=== Packaging your own build of QGIS ===
168+
169+
Assuming you have completed the above packaging step, if you want to include
170+
your own hand built QGIS executables, you need to copy them in from your
171+
windows installation into the ms-windows file tree created by the creatensis
172+
script.
173+
174+
```
175+
cd ms-windows/
176+
rm -rf osgeo4w/unpacked/apps/qgis/*
177+
cp -r /tmp/qgis1.7.0/* osgeo4w/unpacked/apps/qgis/
178+
./quickpackage.sh
179+
```
180+
181+
After this you should now have a nsis installer containing your own build
182+
of QGIS and all dependencies needed to run it on a windows machine.
183+
168184

169185
=== Osgeo4w packaging ===
170186

0 commit comments

Comments
 (0)