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/src/swig
Linas Vepstas 4122d69fcc
changes
28 years ago
..
examples swig stuff from Rob Browning 28 years ago
guile swig stuff from Rob Browning 28 years ago
Makefile changes 28 years ago
README changes 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