gnucash/lib
Dave Peticolas c6fc078591 2001-06-04 Dave Peticolas <dave@krondo.com>
* lib/srfi/srfi-19.scm: fix bug.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4423 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 20:45:28 +00:00
..
Finance-Quote-1.05 Update INSTALL. 2001-03-29 23:03:56 +00:00
guile-www Christian Stimming's .cvsignore fix. 2001-05-06 21:55:34 +00:00
srfi 2001-06-04 Dave Peticolas <dave@krondo.com> 2001-06-04 20:45:28 +00:00
.cvsignore Remove Makefile.in's from CVS repository. 2000-09-13 22:33:15 +00:00
Makefile.am * lib/Makefile.am (SUBDIRS): add srfi. 2001-05-15 15:51:01 +00:00
README Ben Stanley's patch updating the version of Finance::Quote in lib/. 2001-03-29 07:43:37 +00:00

This directory is intended to hold any external code that is needed in
order to build gnucash, but isn't considered widely available.

------------------------------------------------

Finance::Quote
--------------

Building and installing Finance::Quote is fairly simple.  It is needed
to perform stock lookups with gnc-prices and other programs.  It can
be built after GnuCash if required.  (If you try to use gnc-prices and
other scripts without Finance::Quote installed, you'll get an ugly
error message.)

Building is simple.  In the Finance-Quote-1.05 directory:

	perl Makefile.PL
	make
	make test 	(optional)
	make install	(as root)

This will install the module into the appropriate place where perl modules
live on your system.