gnucash/packaging/win32
Andreas Köhler 2851954e3a Add Glade-3, as it seems to run smoothly with gnome widgets and simply
looks good. One day someone could try to integrate devhelp.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14794 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-09-04 08:11:30 +00:00
..
custom.sh Add Glade-3, as it seems to run smoothly with gnome widgets and simply 2006-09-04 08:11:30 +00:00
goffice-0.3.0-patch.diff One more patch fix 2006-08-27 02:01:29 +00:00
install.sh Add Glade-3, as it seems to run smoothly with gnome widgets and simply 2006-09-04 08:11:30 +00:00
intltool-merge Get goffice building properly. 2006-08-26 21:22:58 +00:00
pi.sh Add pi.sh, a postinstall script of mingw. 2006-09-01 21:33:01 +00:00
README Make the win32 script run even from outside of the its directory. 2006-08-27 00:29:52 +00:00

These scripts try to download and install a Windows/mingw32 build
environment for GnuCash.

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)
from http://www.mingw.org/download.shtml -> Current -> MSYS -> (bin, *.exe)
to $DOWNLOAD_DIR

* Install MSYS (no postinstall)
to $MSYS_DIR

* Download wget
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.

Start/Enter any MSYS shell. Let the automated build begin by:

  $INSTALLER_DIR/install.sh

Good luck!

More information is collected on http://wiki.gnucash.org/wiki/Windows