You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib
Derek Atkins 1b7c48a98c
* Fix the autoconf-2.13/2.52/2.53 problems -- Gnucash should now
24 years ago
..
Finance-Quote-1.05 Update INSTALL. 26 years ago
guile-www *** empty log message *** 25 years ago
libc * Fix the autoconf-2.13/2.52/2.53 problems -- Gnucash should now 24 years ago
srfi Fix guile-1.4.1 srfi problem. 24 years ago
.cvsignore Remove Makefile.in's from CVS repository. 26 years ago
Makefile.am Pogma's initial Mac OS X patches. 24 years ago
README Ben Stanley's patch updating the version of Finance::Quote in lib/. 26 years ago

README

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.