[Greater-commits] r362 - trunk/packaging

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 7 10:24:43 CEST 2011


Author: aheinecke
Date: 2011-07-07 10:24:42 +0200 (Thu, 07 Jul 2011)
New Revision: 362

Added:
   trunk/packaging/README-installer
Log:
Add documentation on how to use the scripts provided here


Added: trunk/packaging/README-installer
===================================================================
--- trunk/packaging/README-installer	2011-07-06 16:50:30 UTC (rev 361)
+++ trunk/packaging/README-installer	2011-07-07 08:24:42 UTC (rev 362)
@@ -0,0 +1,25 @@
+To create the installer you need to create a directory tree in the following
+way:
+
+/ < this is usually your emerge root directory
+
+/bin/Administration.exe
+...
+....
+/greater/GREAT-ER
+/greater/GREAT-ER-DB
+/greater/packaging
+
+In the packaging directory you have to put external packages like Postgres
+and Python.
+
+Then from your
+/greater directory execute:
+python packaging/makepackage.py
+
+If errors occur the last 20 lines of the nsis output are shown.
+You might want to edit the settings in makepackage.py
+
+The created binary package will be placed in /greater/packaging
+
+Be aware that for distribution you also need to create a source package!



More information about the Greater-commits mailing list