File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,25 @@ creatensis.pl
162162```
163163
164164When 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
You can’t perform that action at this time.
0 commit comments