r15393 - gnucash/trunk/packaging/win32 - Update win32 installation instruction according to last months' changes
Christian Stimming
cstim at cvs.gnucash.org
Tue Jan 16 15:48:24 EST 2007
Author: cstim
Date: 2007-01-16 15:48:24 -0500 (Tue, 16 Jan 2007)
New Revision: 15393
Trac: http://svn.gnucash.org/trac/changeset/15393
Modified:
gnucash/trunk/packaging/win32/README
Log:
Update win32 installation instruction according to last months' changes
Modified: gnucash/trunk/packaging/win32/README
===================================================================
--- gnucash/trunk/packaging/win32/README 2007-01-16 19:43:42 UTC (rev 15392)
+++ gnucash/trunk/packaging/win32/README 2007-01-16 20:48:24 UTC (rev 15393)
@@ -7,7 +7,7 @@
Before you start with the automated build, you have to complete these
steps manually. The directory variables are set in custom.sh.
-* Download MSYS (but *only* msys, no mingw and no msysdtk)
+* Download MSYS (but *only* msys; no mingw and no msysdtk)
from http://www.mingw.org/download.shtml -> Current -> MSYS -> (bin, *.exe)
to $DOWNLOAD_DIR
@@ -18,24 +18,34 @@
from http://www.mingw.org/download.shtml -> Current -> mingwPORT -> (bin, wget-*)
to $DOWNLOAD_DIR
-* Adjust installer.sh and/or custom.sh. Especially in the latter you
- can comment out those build steps that have been completed already
- and/or should not be performed now. If you want verbose output of
- any script step, change the first line in install.sh and add the
- "-x" switch.
+* Adjust custom.sh (install.sh doesn't need to be changed). In
+ custom.sh you should adapt the directory variables. If you want to,
+ you could also comment out those build steps that have been
+ completed already and/or should not be performed now, although the
+ script is quite intelligent not to duplicate already completed
+ work. If you want verbose output of any script step, change the
+ first line in install.sh and add the "-x" switch.
-Start/Enter any MSYS shell. Let the automated build begin by:
+Start/Enter any MSYS shell window. Let the automated build begin by:
$INSTALLER_DIR/install.sh
Good luck!
+To generate a self-installing setup.exe file that contains
+*everything*, run the following command after install.sh has
+completed:
+
+ $INSTALLER_DIR/dist.sh
+
More information is collected on http://wiki.gnucash.org/wiki/Windows
+
--------------------------
Cross-compiling a Windows/mingw32 executable of GnuCash on a Linux
-host system.
+host system. (Note: This used to work unchangedly in Sept'2006 but
+probably not any longer.)
These steps need to be performed:
@@ -53,13 +63,12 @@
adjust the directories in custom.sh according to your
preferred installation, especially $GLOBAL_DIR.
-3. Download the binary windows packages for "guile" and "g-wrap"
- from http://www.tu-harburg.de/~et2cs/gnc/ and unpack them into
- the directories $GUILE_DIR and $GWRAP_DIR as given in
- custom.sh. (This is done because the build system for guile and
- g-wrap doesn't support cross-compiling.)
+3. Download a binary windows packages for "guile" e.g. from
+ http://www.tu-harburg.de/~et2cs/gnc/ and unpack it into the
+ directory $GUILE_DIR as given in custom.sh. (This is done because
+ the build system for guile doesn't support cross-compiling.)
-4. Call install.sh which will read the directory settings from
+4. Call install.sh, which will read the directory settings from
custom.sh. It should download, compile, and install everything
automatically. Eventually the windows gnucash is installed into
$GNUCASH_DIR.
More information about the gnucash-changes
mailing list