mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
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:
parent
09694cc581
commit
751ec79ca5
34
INSTALL
34
INSTALL
@ -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
|
||||
|
||||
|
28
doc/msvc.t2t
28
doc/msvc.t2t
@ -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//
|
||||
|
Loading…
x
Reference in New Issue
Block a user