[QGIS Commit] r14721 - in trunk/qgis: . doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Nov 20 03:53:59 EST 2010


Author: timlinux
Date: 2010-11-20 00:53:59 -0800 (Sat, 20 Nov 2010)
New Revision: 14721

Modified:
   trunk/qgis/INSTALL
   trunk/qgis/doc/msvc.t2t
Log:
Updated packaging notes a little

Modified: trunk/qgis/INSTALL
===================================================================
--- trunk/qgis/INSTALL	2010-11-20 08:53:46 UTC (rev 14720)
+++ trunk/qgis/INSTALL	2010-11-20 08:53:59 UTC (rev 14721)
@@ -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,9 +780,35 @@
     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
 
 

Modified: trunk/qgis/doc/msvc.t2t
===================================================================
--- trunk/qgis/doc/msvc.t2t	2010-11-20 08:53:46 UTC (rev 14720)
+++ trunk/qgis/doc/msvc.t2t	2010-11-20 08:53:59 UTC (rev 14721)
@@ -132,7 +132,31 @@
 
 === 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//



More information about the QGIS-commit mailing list