Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated packaging notes a little
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14721 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 20, 2010
1 parent db12bb4 commit 8715e65
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 6 deletions.
34 changes: 30 additions & 4 deletions 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
Expand Down Expand Up @@ -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

Expand Down
28 changes: 26 additions & 2 deletions doc/msvc.t2t
Expand Up @@ -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//

0 comments on commit 8715e65

Please sign in to comment.