gnucash (and supporting applications)

Updated 2003-02-03 for GnuCash-1.8.0

Gnucash is a GPL financial application that is meant to replace Quicken.
To run gnucash, just run 'gnucash'

For more information on gnucash, try www.gnucash.org
Bugs with functional problems should be filed at bugzilla.gnome.org


Notes on building in the Athena environment:

gnucash depends on:
	/afs/sipb/project/guile
	/afs/sipb/project/g-wrap
	/afs/sipb/project/guppi
	/afs/sipb/project/libofx
	/afs/sipb/project/ghttp (some versions of gnucash/athena)

Note, on solaris:
	0) You must build using /usr/gcc/bin...
 	1) the configure script requires the use of bash (so you need to
	   run "bash configure"
	2) gnucash must be configured with:

   LDFLAGS="-L/usr/athena/lib -L/afs/sipb/project/gnucash-test/libtool/lib"
   CPPFLAGS="-I/usr/athena/include -I/afs/sipb/project/gnucash-test/libtool/include -D_nl_domain_bindings=_nl_domain_bindings__"
   LD=gcc

	2a) for 9.2, change _nl_domain_bindings__ to libintl_nl_domain_bindings
	3) you must use gmake
	4) for 9.1 you must make with MAKEINFO=/bin/true

	5) when building gnucash-docs be sure to configure with:
		CPPFLAGS=-I/usr/athena/include LDFLAGS=-L/usr/athena/lib
	   and make sure to "gmake install" with
		LD_LIBRARY_PATH=/usr/athena/lib

note on linux:
	for 9.1 gnucash must be compiled with:
		make MAKEINFO=/usr/bin/makeinfo

Linux 9.4:
  env PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/afs/sipb/project/g-wrap/1.9.6/lib/pkgconfig \
      GNOME_PATH=${GNOME_PATH}:/afs/sipb/project/ghttp \
      ./configure \
      --prefix=/afs/sipb.mit.edu/project/gnucash/1.8/arch/i386_rhel4 \
      --enable-opt-style-install \
      --with-g-wrap-prefix=/afs/sipb/project/g-wrap/1.9.6 --enable-ofx \
      --with-ofx-prefix=/afs/sipb/project/libofx --enable-shared \
      --disable-static --build=i686-redhat-linux-gnu

Solaris 9.4:
  env PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/afs/sipb/project/g-wrap/1.9.6/lib/pkgconfig \
      GNOME_PATH=${GNOME_PATH}:/afs/sipb/project/ghttp \
      LDFLAGS="-L/usr/athena/lib  -L/afs/sipb/project/gnucash-test/libtool/lib" \
      CPPFLAGS="-I/usr/athena/include -I/afs/sipb/project/gnucash-test/libtool/include " \
      LD=gcc \
      bash configure \
      --prefix=/afs/sipb.mit.edu/project/gnucash/1.8/arch/sun4x_510 \
      --enable-opt-style-install \
      --with-g-wrap-prefix=/afs/sipb/project/g-wrap/1.3.4 --enable-ofx \
      --with-ofx-prefix=/afs/sipb/project/libofx


Maintained by:   Derek Atkins <warlord@MIT.EDU>
