Skip to content

Commit 751ec79

Browse files
author
timlinux
committed
Updated packaging notes a little
git-svn-id: http://svn.osgeo.org/qgis/trunk@14721 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 09694cc commit 751ec79

File tree

2 files changed

+56
-6
lines changed

2 files changed

+56
-6
lines changed

INSTALL

+30-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Quantum GIS (QGIS)
22
Building QGIS from source - step by step
33

4-
Last update: 20101113
5-
Last change: 20101028
4+
Last update: 20101120
5+
Last change: 20101114
66

77
1. Introduction
88
2. Overview
@@ -780,8 +780,34 @@ directory or add their respective directories to your PATH.
780780
4.1.4. Packaging
781781
================
782782

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:
785811

786812
ms-windows/osgeo4w/package.cmd
787813

doc/msvc.t2t

+26-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,31 @@ directory or add their respective directories to your PATH.
132132

133133
=== Packaging ===
134134

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:
137161

138162
//ms-windows/osgeo4w/package.cmd//

0 commit comments

Comments
 (0)