Updated packaging notes a little

git-svn-id: http://svn.osgeo.org/qgis/trunk@14721 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2010-11-20 08:53:59 +00:00
parent 09694cc581
commit 751ec79ca5
2 changed files with 56 additions and 6 deletions

34
INSTALL
View File

@ -1,8 +1,8 @@
Quantum GIS (QGIS)
Building QGIS from source - step by step
Last update: 20101113
Last change: 20101028
Last update: 20101120
Last change: 20101114
1. Introduction
2. Overview
@ -780,8 +780,34 @@ directory or add their respective directories to your PATH.
4.1.4. Packaging
================
The packaging process is currently not documented, for now please take a look
at:
To create a windows 'all in one' standalone package ''under ubuntu'' (yes you
read correctly) do the following:
sudo apt-get install nsis
Now
cd qgis/ms-windows/osgeo4w
And run the nsis creation script:
creatensis.pl
When the script completes, it should have created a QGIS installer executable
in the ms-windows directory.
4.1.5. Osgeo4w packaging
========================
The actual packaging process is currently not documented, for now please take a
look at:
ms-windows/osgeo4w/package.cmd

View File

@ -132,7 +132,31 @@ directory or add their respective directories to your PATH.
=== Packaging ===
The packaging process is currently not documented, for now please take a look
at:
To create a windows 'all in one' standalone package ''under ubuntu'' (yes you
read correctly) do the following:
```
sudo apt-get install nsis
```
Now
```
cd qgis/ms-windows/osgeo4w
```
And run the nsis creation script:
```
creatensis.pl
```
When the script completes, it should have created a QGIS installer executable
in the ms-windows directory.
=== Osgeo4w packaging ===
The actual packaging process is currently not documented, for now please take a
look at:
//ms-windows/osgeo4w/package.cmd//