File tree 2 files changed +56
-6
lines changed
2 files changed +56
-6
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: 20101113
5
- Last change: 20101028
4
+ Last update: 20101120
5
+ Last change: 20101114
6
6
7
7
1. Introduction
8
8
2. Overview
@@ -780,8 +780,34 @@ directory or add their respective directories to your PATH.
780
780
4.1.4. Packaging
781
781
================
782
782
783
- The packaging process is currently not documented, for now please take a look
784
- at:
783
+ To create a windows 'all in one' standalone package ''under ubuntu'' (yes you
784
+ read correctly) do the following:
785
+
786
+
787
+ sudo apt-get install nsis
788
+
789
+
790
+ Now
791
+
792
+
793
+ cd qgis/ms-windows/osgeo4w
794
+
795
+
796
+ And run the nsis creation script:
797
+
798
+
799
+ creatensis.pl
800
+
801
+
802
+ When the script completes, it should have created a QGIS installer executable
803
+ in the ms-windows directory.
804
+
805
+
806
+ 4.1.5. Osgeo4w packaging
807
+ ========================
808
+
809
+ The actual packaging process is currently not documented, for now please take a
810
+ look at:
785
811
786
812
ms-windows/osgeo4w/package.cmd
787
813
Original file line number Diff line number Diff line change @@ -132,7 +132,31 @@ directory or add their respective directories to your PATH.
132
132
133
133
=== Packaging ===
134
134
135
- The packaging process is currently not documented, for now please take a look
136
- at:
135
+ To create a windows 'all in one' standalone package ''under ubuntu'' (yes you
136
+ read correctly) do the following:
137
+
138
+ ```
139
+ sudo apt-get install nsis
140
+ ```
141
+
142
+ Now
143
+
144
+ ```
145
+ cd qgis/ms-windows/osgeo4w
146
+ ```
147
+
148
+ And run the nsis creation script:
149
+
150
+ ```
151
+ creatensis.pl
152
+ ```
153
+
154
+ When the script completes, it should have created a QGIS installer executable
155
+ in the ms-windows directory.
156
+
157
+ === Osgeo4w packaging ===
158
+
159
+ The actual packaging process is currently not documented, for now please take a
160
+ look at:
137
161
138
162
//ms-windows/osgeo4w/package.cmd//
You can’t perform that action at this time.
0 commit comments