Files
gnucash/lib
Derek Atkins cfd364a4e2 Fix for Solaris: you cannot have an empty .a, so supply a no-op .c
file so you at least have _something_.  This is a crock, but it
was easier than making the inclusion of libc-missing.a optional
everywhere.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6837 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-05-08 05:03:31 +00:00
..
2001-03-29 23:03:56 +00:00
2002-01-09 21:42:01 +00:00
2002-05-07 23:22:24 +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.