mirror of https://github.com/Gnucash/gnucash
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.
|
|
28 years ago | |
|---|---|---|
| .. | ||
| examples | 28 years ago | |
| guile | 28 years ago | |
| Makefile | 28 years ago | |
| README | 28 years ago | |
README
This README needs some serious help.
./examples contains whatever examples we've accumulated to date.
Each language interface is built in a separate subdirectory. Right
now we have guile and perl5. A simple "make" should build everything.
Building guile will result in guile/xacc-guile, a simple interpreter
that will let you execute scheme forms (including xacc commands). We
need to add an example of building a dynamically loadable guile module
later, but guile/xacc-guile.c shows you how easy it is to embed a
guile interpreter in your app, and then load all the xacc functions
into the interpreter.
Building perl5 will result in a perl module. For an example of how to
use it, see ../cbb/cbb-to-xacc.
----------------------
TBD:
-- create a makefile.in
-- modify configure to check perl paths
-- modify root dir makefile to build this subdir