These are the important contributing technologies that GnuCash depends
on to implement its major functions. You will need to install a recent
version of these to compile and work with gnucash.
Glade - GTK+ User Interface Builder -
This is how many of the gnucash GUI's are designed -
http://glade.pn.org
Scripting Interface: Guile - A Scheme interpreter with C programming interfaces -
This is how gnucash provides 'extension' and rapid implementation
capabilities -
http://www.gnu.org/software/guile/guile.html
G-wrap - A tool for autogenerating scheme bindings for
C lanugage functions, structures & enums -
NO URL YET
libghttp - The HTTP library -
used by gnucash to chat the http protocol to access web servers -
NO URL YET
libxml - The XML parsing library -
used by gnucash to read its file format -
http://xmlsoft.org/
Other: Finance::Quote - A perl module to get stock price quotes and
currency exchange rates from off the net -
This is how gnucash accesses price data on the net -
http://finance-quote.sourceforge.net/