commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9790 - trunk/gnue-common/packaging/win32


From: johannes
Subject: [gnue] r9790 - trunk/gnue-common/packaging/win32
Date: Tue, 2 Oct 2007 06:49:04 -0500 (CDT)

Author: johannes
Date: 2007-10-02 06:49:03 -0500 (Tue, 02 Oct 2007)
New Revision: 9790

Added:
   trunk/gnue-common/packaging/win32/links
Modified:
   trunk/gnue-common/packaging/win32/README
Log:
Updated the packaging information for win32


Modified: trunk/gnue-common/packaging/win32/README
===================================================================
--- trunk/gnue-common/packaging/win32/README    2007-09-28 09:20:56 UTC (rev 
9789)
+++ trunk/gnue-common/packaging/win32/README    2007-10-02 11:49:03 UTC (rev 
9790)
@@ -1,77 +1,43 @@
-For all software install i use default locations, like c:\python23.
-The setup.cmd uses c:\gnue as default dir.
 
-Install gnue as described on wiki:
-  http://www.gnuenterprise.org/cgi-bin/twiki/view/Main/WindowsQuickStart
+Prerequisites to create a GNUe Common setup package for win32
+-------------------------------------------------------------
 
-Install py2exe 
+In order to build a setup.exe for GNUe Common you need to install the following
+software first:
 
-Install Inno Setup Compiler 
-(download QuickStart Pack, it contains the needed Inno Preprocessor too)
+*) py2exe
+   http://sourceforge.net/projects/py2exe/
 
-Put setup.py setup.cmd *.iss into c:\python23\scripts directory.
+*) Inno Setup Compiler
+   download QuickStart Pack, it contains the needed ISTool
+   http://www.jrsoftware.org/isdl.php 
 
-Run setup.cmd (or "setup.cmd -k" for building console apps)
 
-Convert OOo doc files to pdf, and put them into c:\gnue\share\doc\gnue-*
 
-Put gnue.url and LICENSE.txt into c:\gnue
+How to build a Setup.exe of GNUe Common for win32:
+--------------------------------------------------
 
-In gnue.conf remove "#" before DefaultUI = win32
+1. Download the GNUe-Common source package which you'd like to create a setup
+   for from http://www.gnuenterprise.org/downloads.  Please choose a format you
+   like, either ZIP or TAR.GZ, ...
 
-Make sure to add the new release- and versionnumbers to the GNUe*.iss files !
+2. Extract this source-package to a folder you like.  You can remove this
+   folder after the build process has finished.  Let's assume you've choosen
+   the folder D:\TMP and you've downloaded the package gnue-common-0.6.9
 
-Run inno with GNUe*.iss
+3. Change into the direcotry "D:\TMP\gnue-common-0.6.9\packaging\win32"
 
+4. Execute the script "setup.cmd".  You can do this either on a command prompt
+   by entering "setup.cmd" or you can do it by double clicking the file in the
+   windows explorer.
 
-----------------------------------------------------------------------------
-Links for GNUe-Runtime-Environment:
+   This script builds and compiles everything needed.  After it has finished
+   you will find a file called "gnue-common-0.6.9.exe" in the packaging
+   directory - which was in our example
+   "D:\TMP\gnue-common-0.6.9\packaging\win32".  This is your freshly built
+   setup file.  You can now move it around, use it or send it to a friend :)
+  
+   As stated above you can completely remove the "D:\TMP\gnue-common-0.6.9"
+   folder.  Please note that the postfix "0.6.9" depends on which version of
+   GNUe Common you've downloaded.
 
-http://python.org
-
-https://sourceforge.net/projects/pywin32/
-
-http://wxpython.org/
-
-http://www.egenix.com/files/python/eGenix-mx-Extensions.html#Download-mxBASE
-
-http://adodbapi.sourceforge.net/
-
-http://sourceforge.net/projects/mysql-python
-
-http://pypgsql.sourceforge.net/
-
-http://stickpeople.com/projects/python/win-psycopg/
-
-http://kinterbasdb.sourceforge.net/
-
-http://www.mysql.com/products/maxdb/sapdbapi.html
-
-http://sourceforge.net/projects/reportlab/
-
-http://users.skynet.be/sbi/libxml-python/ (seems to be broken)
-or
-http://xmlsoft.org/sources/win32/python
-
-http://www.pythonware.com/products/pil/
-
-http://pyxml.sourceforge.net
-
-http://initd.org/tracker/pysqlite
-
----------------------------------------
-Links for packaging:
-
-http://sourceforge.net/projects/py2exe/
-
-http://www.jrsoftware.org/isinfo.php
-
-
----------------------------------------
-Other links (for future):
-
-http://sourceforge.net/projects/cx-oracle/
-
-http://pymssql.sourceforge.net/
-
-http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html

Added: trunk/gnue-common/packaging/win32/links
===================================================================
--- trunk/gnue-common/packaging/win32/links     2007-09-28 09:20:56 UTC (rev 
9789)
+++ trunk/gnue-common/packaging/win32/links     2007-10-02 11:49:03 UTC (rev 
9790)
@@ -0,0 +1,45 @@
+
+----------------------------------------------------------------------------
+Links for GNUe-Runtime-Environment:
+
+http://python.org
+
+https://sourceforge.net/projects/pywin32/
+
+http://wxpython.org/
+
+http://www.egenix.com/files/python/eGenix-mx-Extensions.html#Download-mxBASE
+
+http://adodbapi.sourceforge.net/
+
+http://sourceforge.net/projects/mysql-python
+
+http://pypgsql.sourceforge.net/
+
+http://stickpeople.com/projects/python/win-psycopg/
+
+http://kinterbasdb.sourceforge.net/
+
+http://www.mysql.com/products/maxdb/sapdbapi.html
+
+http://sourceforge.net/projects/reportlab/
+
+http://users.skynet.be/sbi/libxml-python/ (seems to be broken)
+or
+http://xmlsoft.org/sources/win32/python
+
+http://www.pythonware.com/products/pil/
+
+http://pyxml.sourceforge.net
+
+http://initd.org/tracker/pysqlite
+
+
+---------------------------------------
+Other links (for future):
+
+http://sourceforge.net/projects/cx-oracle/
+
+http://pymssql.sourceforge.net/
+
+http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html





reply via email to

[Prev in Thread] Current Thread [Next in Thread]