File tree Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
1
Quantum GIS (QGIS)
2
2
Building QGIS from source - step by step
3
3
4
- Last update: 20110329
4
+ Last update: 20110331
5
5
Last change: 20110307
6
6
7
7
1. Introduction
@@ -805,12 +805,29 @@ And run the nsis creation script:
805
805
806
806
807
807
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).
811
809
812
810
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
814
831
========================
815
832
816
833
The actual packaging process is currently not documented, for now please take a
You can’t perform that action at this time.
0 commit comments