Replace g-wrap with swig in doc files

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15063 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2006-10-30 13:17:55 +00:00
parent 4014b8cd7f
commit e4c7589cf5
2 changed files with 10 additions and 13 deletions

View File

@ -45,7 +45,8 @@ Ben
-----------------
Siehe README.dependencies; im wesentlichen alle
Gnome2-Entwickler-Pakete sowie guile, slib und g-wrap.
Gnome2-Entwickler-Pakete sowie guile, slib und swig. (g-wrap wurde
mit gnucash-2.2.0 durch swig ersetzt und wird nicht mehr benutzt.)
Für die HBCI-Funktionen muss außerdem das Paket aqbanking
installiert sein, welches noch ein Paket namens gwenhywfar
@ -72,9 +73,7 @@ Siehe auch http://www.linuxwiki.de/GnuCash/SourceInstall
Nur beim Uebersetzen von GnuCash braucht man zusaetzlich die folgenden
Pakete:
libtool -- Um unsere interne Version von g-wrap zu uebersetzen, die
unsere guile-C 'wrappers' enthaelt.
Erhaeltlich bei ftp://ftp.gnu.org/gnu.
libtool -- Erhaeltlich bei ftp://ftp.gnu.org/gnu.
RPM's und deb's sind in ihrer Betriebssystem-Distribution.
Normalerweise wird GnuCash wie folgt übersetzt und installiert:

View File

@ -53,15 +53,13 @@ and other resources.
g-wrap
------
g-wrap is the tool used to automate the wrapping of C functions to
make them callable from the guile code. g-wrap is now maintained by
Rob Browning and is available from ftp://ftp.gnucash.org/pub/g-wrap,
or as a Debian package from http://www.cs.mu.oz.au/~rgmerk/software.
Documentation in info format is distributed as part of the package.
Available C functions are wrapped in gnucash/src/g-wrap/gnc.gwp.
Pointers are wrapped using some stuff in
gnucash/lib/g-wrap/guile/pointer.scm which is not documented but looks
reasonably straightforward.
Note: gwrap has been replaced by swig and dropped completely in
SVN-trunk on 2006-10-20 and for gnucash-2.2.0.
(Old info: g-wrap is the tool used to automate the wrapping of C
functions to make them callable from the guile code. g-wrap is
now maintained by Rob Browning and is available from
ftp://ftp.gnucash.org/pub/g-wrap )
Garbage collection: