[Inteproxy-commits] r222 - in trunk: . packaging/Windows

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Dec 10 09:21:23 CET 2009


Author: sholl
Date: 2009-12-10 09:21:22 +0100 (Thu, 10 Dec 2009)
New Revision: 222

Modified:
   trunk/ChangeLog
   trunk/packaging/Windows/README.txt
Log:
* packaging/Windows/README.txt: Some more concrete hints for
building the windows-installer.



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-12-08 15:54:37 UTC (rev 221)
+++ trunk/ChangeLog	2009-12-10 08:21:22 UTC (rev 222)
@@ -1,3 +1,8 @@
+2009-12-10  Stephan Holl  <stephan.holl at intevation.de>
+
+	* packaging/Windows/README.txt: Some more concrete hints for
+	building the windows-installer.
+
 2009-12-08  Stephan Holl  <stephan.holl at intevation.de>
 
 	Preparation for the release 1.0.0.

Modified: trunk/packaging/Windows/README.txt
===================================================================
--- trunk/packaging/Windows/README.txt	2009-12-08 15:54:37 UTC (rev 221)
+++ trunk/packaging/Windows/README.txt	2009-12-10 08:21:22 UTC (rev 222)
@@ -16,7 +16,7 @@
 1.2. cd InteProxy-0.2.0
    python setup.py py2exe
      (You can ignore the warning about gdk and ltihooks)
-   copy demo.cfg dist\inteproxy.cfg
+   copy inteproxy.cfg dist\inteproxy.cfg
    cd dist
    mkdir doc
 
@@ -37,9 +37,9 @@
 Step two: Create NSIS Installer:
 --------------------------------
 
-(method still a bit coarse, tested with NSIS 2.19 on Debian Etch)
+(method still a bit coarse, tested with NSIS 2.37.3 on Debian Lenny)
 
-2.1. Copy the final "dist" directory to present dir.
+2.1. Copy the final "dist" directory to present dir 'dist-${VERSION_NUMBER}'.
 
 2.2. Edit Makefile:
       * VERSION_NUMBER
@@ -48,6 +48,6 @@
 
 2.3. run "make"!
      The final installer file will be added here with name pattern
-     InteProxy-x.x.x-svnXXX.exe.
+     InteProxy-x.x.x.exe.
 
 2.4. Add resulting InteProxy-....exe to Release at GForge.



More information about the Inteproxy-commits mailing list