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.
21 lines
785 B
21 lines
785 B
|
|
This README needs some serious help.
|
|
|
|
SWIG is now used only to wrap perl5, and I make no guarantees about
|
|
the safety of the resulting interface. It may or may not have large
|
|
memory leaks and other problems. Anyone who wants to investigate this
|
|
is welcome to. (RLB)
|
|
|
|
The guile interface is now handled via g-wrap (../../lib/g-wrap). As
|
|
far as I know, it is reasonably solid. Anyone who wants to know why I
|
|
switched to g-wrap can ask, and I'll explain. Sooner or later I'll
|
|
probably generate a FAQ entry, but I want to get this out the door.
|
|
Part of the reason has to do with the fact the SWIG's guile interface
|
|
leaked memory like a sieve. (RLB)
|
|
|
|
./examples contains whatever examples we've accumulated to date.
|
|
|
|
----------------------
|
|
TBD:
|
|
-- modify configure to check perl paths
|