Skip to content

Commit c909d48

Browse files
author
timlinux
committedMar 31, 2011
Added a little more detail on the final packaging step
git-svn-id: http://svn.osgeo.org/qgis/trunk@15654 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9e03cb3 commit c909d48

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed
 

‎INSTALL

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Quantum GIS (QGIS)
22
Building QGIS from source - step by step
33

4-
Last update: 20110329
4+
Last update: 20110331
55
Last change: 20110307
66

77
1. Introduction
@@ -805,12 +805,29 @@ And run the nsis creation script:
805805

806806

807807
When the script completes, it should have created a QGIS installer executable
808-
in the ms-windows directory. If you want to include your own hand built QGIS
809-
executables, you need to copy them in from your windows installation into
810-
the ms-windows file tree created by the creatensis script.
808+
in the ms-windows directory (using the QGIS binaries from OSGEO4W).
811809

812810

813-
4.1.5. Osgeo4w packaging
811+
4.1.5. Packaging your own build of QGIS
812+
=======================================
813+
814+
Assuming you have completed the above packaging step, if you want to include
815+
your own hand built QGIS executables, you need to copy them in from your
816+
windows installation into the ms-windows file tree created by the creatensis
817+
script.
818+
819+
820+
cd ms-windows/
821+
rm -rf osgeo4w/unpacked/apps/qgis/*
822+
cp -r /tmp/qgis1.7.0/* osgeo4w/unpacked/apps/qgis/
823+
./quickpackage.sh
824+
825+
826+
After this you should now have a nsis installer containing your own build
827+
of QGIS and all dependencies needed to run it on a windows machine.
828+
829+
830+
4.1.6. Osgeo4w packaging
814831
========================
815832

816833
The actual packaging process is currently not documented, for now please take a

0 commit comments

Comments
 (0)
Please sign in to comment.