[QGIS Commit] r15655 - trunk/qgis/doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Mar 31 11:30:24 EDT 2011


Author: timlinux
Date: 2011-03-31 08:30:24 -0700 (Thu, 31 Mar 2011)
New Revision: 15655

Modified:
   trunk/qgis/doc/msvc.t2t
Log:
Added a little more detail on the final packaging step

Modified: trunk/qgis/doc/msvc.t2t
===================================================================
--- trunk/qgis/doc/msvc.t2t	2011-03-31 15:30:15 UTC (rev 15654)
+++ trunk/qgis/doc/msvc.t2t	2011-03-31 15:30:24 UTC (rev 15655)
@@ -162,10 +162,26 @@
 ```
 
 When the script completes, it should have created a QGIS installer executable
-in the ms-windows directory. If you want to include your own hand built QGIS 
-executables, you need to copy them in from your windows installation into 
-the ms-windows file tree created by the creatensis script.
+in the ms-windows directory (using the QGIS binaries from OSGEO4W). 
 
+=== Packaging your own build of QGIS ===
+
+Assuming you have completed the above packaging step, if you want to include
+your own hand built QGIS executables, you need to copy them in from your
+windows installation into the ms-windows file tree created by the creatensis
+script.
+
+```
+cd ms-windows/
+rm -rf osgeo4w/unpacked/apps/qgis/*
+cp -r /tmp/qgis1.7.0/* osgeo4w/unpacked/apps/qgis/
+./quickpackage.sh
+```
+
+After this you should now have a nsis installer containing your own build 
+of QGIS and all dependencies needed to run it on a windows machine.
+
+
 === Osgeo4w packaging ===
 
 The actual packaging process is currently not documented, for now please take a



More information about the QGIS-commit mailing list