From e4c7589cf59d5ff2ad00c40f5b344dc3f55d5f0a Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 30 Oct 2006 13:17:55 +0000 Subject: [PATCH] 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 --- doc/README.german | 7 +++---- doc/guile-hackers.txt | 16 +++++++--------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/doc/README.german b/doc/README.german index cc79ce64ac..cc867473c4 100644 --- a/doc/README.german +++ b/doc/README.german @@ -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: diff --git a/doc/guile-hackers.txt b/doc/guile-hackers.txt index e42f4277c4..e5397da6cc 100644 --- a/doc/guile-hackers.txt +++ b/doc/guile-hackers.txt @@ -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: