gnucash/lib
Dave Peticolas 76266ceff8 Remove gtkhtml from lib directory. Newer and better versions are available
elsewhere.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2702 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-08-24 21:55:20 +00:00
..
.cvsignore Rob Browning's make dist patch. 2000-06-05 05:51:39 +00:00
Makefile.am Add gtkhtml to lib. 2000-07-08 12:30:13 +00:00
Makefile.in Add gtkhtml to lib. 2000-07-08 12:30:13 +00:00
README Remove gtkhtml from lib directory. Newer and better versions are available 2000-08-24 21:55:20 +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.

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

gtkhtml
-------

gtkhtml was stored here, but now there are more recent versions
available from Helix Code <http://www.helixcode.com> in conveniently
packaged form.


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 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.

Please note that the test scripts for Finance::Quote 1.01 (which is included
here) may take a VERY long time to complete.  This problem is fixed in
version 1.02 (which is still in development at the time of writing this
README).