mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Removed syncase dependency. (priv:open-input-string): removed -- check for open-input-string and define that if not found. (:optional): removed - just as easy to handle by-hand -- all funcs that called :optional have been adjusted. (priv:read-tai-utc-data): remove priv: from open-input-string. (string->date): remove priv: from open-input-string. (date): change constructor name to make-date. (priv:decode-julian-day-number): add inexact->exact after truncate. (time-utc->date): add inexact->exact and int-secs. (priv:locale-reader): use reverse! on result rather than reverse. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4421 57a11ea4-9604-0410-9ed3-97b8803252fd
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.