|
|
|
|
@ -7,7 +7,7 @@ BEEN TESTED PROPERLY AND MAY DO ABSOLUTELY ANYTHING!
|
|
|
|
|
USE AT YOUR OWN RISK (AND KEEP *LOTS* OF BACKUPS)
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
- Upgrading from 1.8.x
|
|
|
|
|
- Upgrading from 2.0.x
|
|
|
|
|
- Dependencies
|
|
|
|
|
- Invocation/running
|
|
|
|
|
- Internationalization
|
|
|
|
|
@ -139,11 +139,13 @@ http://www.gnucash.org/en/hacking.phtml
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
|
|
- GnuCash now requires g-wrap 1.3.4 or better. See the "dependencies"
|
|
|
|
|
section of this file for more detail.
|
|
|
|
|
- GnuCash now uses SWIG 1.3.28 instead of g-wrap for the
|
|
|
|
|
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
|
|
|
|
|
features are used and saved, i.e. they are not backwards-compatible!
|
|
|
|
|
@ -257,9 +259,10 @@ following packages:
|
|
|
|
|
|
|
|
|
|
libxml: available from ftp.gnome.org
|
|
|
|
|
|
|
|
|
|
g-wrap: RPM's, debs, and source available at
|
|
|
|
|
http://www.gnucash.org/pub/g-wrap.
|
|
|
|
|
You should use g-wrap 1.3.4 or later.
|
|
|
|
|
SWIG: 1.3.28 or later is needed. See http://www.swig.org or
|
|
|
|
|
http://sourceforge.net/project/showfiles.php?group_id=1645
|
|
|
|
|
(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
|
|
|
|
|
package, version 4.0 or later.
|
|
|
|
|
|