Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update creatensis section of INSTALL
  • Loading branch information
jef-n committed Jun 6, 2012
1 parent 77d3ab9 commit 872e4e5
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions doc/msvc.t2t
Expand Up @@ -142,27 +142,23 @@ directory or add their respective directories to your PATH.

=== Packaging ===

To create a windows 'all in one' standalone package ''under ubuntu'' (yes you
read correctly) do the following:
To create a standalone installer there is a perl script named 'creatensis.pl'
in 'qgis/ms-windows/osgeo4w'. It downloads all required packages from OSGeo4W
and repackages them into an installer using NSIS.

```
sudo apt-get install nsis
```

Now
The script can either be run on Windows, but also can be run on Linux.

```
cd qgis/ms-windows/osgeo4w
```
On Debian/Ubuntu you can just install the 'nsis' package.

And run the nsis creation script:
NSIS for Windows can be downloaded at:

```
creatensis.pl
```
http://nsis.sourceforge.net

And Perl for Windows (including other requirements like 'wget', 'unzip', 'tar'
and 'bzip2') is available at:

When the script completes, it should have created a QGIS installer executable
in the ms-windows directory (using the QGIS binaries from OSGEO4W).
http://cygwin.com

=== Packaging your own build of QGIS ===

Expand Down

0 comments on commit 872e4e5

Please sign in to comment.