mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 10:15:22 -06:00
Replace g-wrap with swig in doc files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15062 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e528848f5a
commit
4014b8cd7f
6
HACKING
6
HACKING
@ -60,8 +60,10 @@ Scheme:
|
|||||||
|
|
||||||
* All private functions are enclosed in __ (i.e. gnc:_do-not-call_)
|
* All private functions are enclosed in __ (i.e. gnc:_do-not-call_)
|
||||||
|
|
||||||
* All C functions wrapped with g-wrap have dashes in place of underscores.
|
* All C functions wrapped into scheme have dashes in place of underscores.
|
||||||
(xaccSplitGetBalance --> gnc:split-get-balance).
|
(xaccSplitGetBalance --> gnc:split-get-balance) - but FIXME:
|
||||||
|
This policy seems to have been dropped in favor of having
|
||||||
|
identical function names. cstim, 2006-10-30.
|
||||||
|
|
||||||
|
|
||||||
Dave Peticolas <dave@krondo.com>
|
Dave Peticolas <dave@krondo.com>
|
||||||
|
19
README
19
README
@ -7,7 +7,7 @@ BEEN TESTED PROPERLY AND MAY DO ABSOLUTELY ANYTHING!
|
|||||||
USE AT YOUR OWN RISK (AND KEEP *LOTS* OF BACKUPS)
|
USE AT YOUR OWN RISK (AND KEEP *LOTS* OF BACKUPS)
|
||||||
|
|
||||||
If you want something a bit more tested, please use the
|
If you want something a bit more tested, please use the
|
||||||
1.8 stable series.
|
2.0 stable series.
|
||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
|
||||||
##################
|
##################
|
||||||
@ -15,7 +15,7 @@ Table of Contents:
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Overview
|
- Overview
|
||||||
- Upgrading from 1.8.x
|
- Upgrading from 2.0.x
|
||||||
- Dependencies
|
- Dependencies
|
||||||
- Invocation/running
|
- Invocation/running
|
||||||
- Internationalization
|
- Internationalization
|
||||||
@ -139,11 +139,13 @@ http://www.gnucash.org/en/hacking.phtml
|
|||||||
Upgrading from earlier versions
|
Upgrading from earlier versions
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
There are many, many changes from the 1.8 series - have a look at the
|
There are many changes from the 2.0 series - have a look at the
|
||||||
NEWS file if you want more details. In particular:
|
NEWS file if you want more details. In particular:
|
||||||
|
|
||||||
- GnuCash now requires g-wrap 1.3.4 or better. See the "dependencies"
|
- GnuCash now uses SWIG 1.3.28 instead of g-wrap for the
|
||||||
section of this file for more detail.
|
inter-language bindings. g-wrap has been dropped completely in
|
||||||
|
gnucash 2.2.0. See the "dependencies" section of this file for
|
||||||
|
more detail.
|
||||||
|
|
||||||
- The data files are not able to be accessed by 1.6 once the new
|
- The data files are not able to be accessed by 1.6 once the new
|
||||||
features are used and saved, i.e. they are not backwards-compatible!
|
features are used and saved, i.e. they are not backwards-compatible!
|
||||||
@ -257,9 +259,10 @@ following packages:
|
|||||||
|
|
||||||
libxml: available from ftp.gnome.org
|
libxml: available from ftp.gnome.org
|
||||||
|
|
||||||
g-wrap: RPM's, debs, and source available at
|
SWIG: 1.3.28 or later is needed. See http://www.swig.org or
|
||||||
http://www.gnucash.org/pub/g-wrap.
|
http://sourceforge.net/project/showfiles.php?group_id=1645
|
||||||
You should use g-wrap 1.3.4 or later.
|
(Note: g-wrap has been dropped completely in gnucash 2.2.0 and
|
||||||
|
is no longer needed.)
|
||||||
|
|
||||||
texinfo: If you are building from CVS, you need the GNU texinfo
|
texinfo: If you are building from CVS, you need the GNU texinfo
|
||||||
package, version 4.0 or later.
|
package, version 4.0 or later.
|
||||||
|
@ -61,7 +61,6 @@ gconf2
|
|||||||
glib2
|
glib2
|
||||||
gtk+2
|
gtk+2
|
||||||
guile
|
guile
|
||||||
gwrap
|
|
||||||
libart2
|
libart2
|
||||||
libglade2
|
libglade2
|
||||||
libgnomeprint2.2
|
libgnomeprint2.2
|
||||||
@ -71,6 +70,10 @@ libgsf1
|
|||||||
libofx
|
libofx
|
||||||
libxml2
|
libxml2
|
||||||
pango
|
pango
|
||||||
|
swig
|
||||||
|
|
||||||
|
(Note: gwrap has been replaced by swig and dropped completely in
|
||||||
|
SVN-trunk on 2006-10-20 and for gnucash-2.2.0.)
|
||||||
|
|
||||||
|
|
||||||
libgoffice/libgsf details
|
libgoffice/libgsf details
|
||||||
@ -223,6 +226,7 @@ The major distributions, as defined by http://distrowatch.com/dwres.php?resource
|
|||||||
- libofx-0.8.0
|
- libofx-0.8.0
|
||||||
- libxml2-2.6.23
|
- libxml2-2.6.23
|
||||||
- pango-1.10.2
|
- pango-1.10.2
|
||||||
|
- swig-1.3.27
|
||||||
- 10.0 = 2005-10-06
|
- 10.0 = 2005-10-06
|
||||||
- aqbanking: not included; binary aqbanking-1.6.0 available at ftp://ftp.gwdg.de/linux/misc/suser-crauch/10.0/
|
- aqbanking: not included; binary aqbanking-1.6.0 available at ftp://ftp.gwdg.de/linux/misc/suser-crauch/10.0/
|
||||||
- cairo-1.0.0
|
- cairo-1.0.0
|
||||||
@ -239,6 +243,7 @@ The major distributions, as defined by http://distrowatch.com/dwres.php?resource
|
|||||||
- libofx-0.7.0
|
- libofx-0.7.0
|
||||||
- libxml2-2.6.20
|
- libxml2-2.6.20
|
||||||
- pango-1.10.0
|
- pango-1.10.0
|
||||||
|
- swig-1.3.24
|
||||||
- *9.3 = 2005-04-15
|
- *9.3 = 2005-04-15
|
||||||
- aqbanking: not included, but binary aqbanking-1.6.0 provided by upstream
|
- aqbanking: not included, but binary aqbanking-1.6.0 provided by upstream
|
||||||
- cairo-0.3.0
|
- cairo-0.3.0
|
||||||
@ -256,6 +261,7 @@ The major distributions, as defined by http://distrowatch.com/dwres.php?resource
|
|||||||
- libofx-0.7.0
|
- libofx-0.7.0
|
||||||
- libxml2-2.6.17
|
- libxml2-2.6.17
|
||||||
- pango-1.8.1
|
- pango-1.8.1
|
||||||
|
- swig-1.3.21
|
||||||
- Fedora Core
|
- Fedora Core
|
||||||
- *FC4 = 2005-06-13
|
- *FC4 = 2005-06-13
|
||||||
- aqbanking-1.0.4beta
|
- aqbanking-1.0.4beta
|
||||||
|
Loading…
Reference in New Issue
Block a user