mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Herbert Thoma's patch adding Greek drachma support as a Euro currency.
Also updates some docs. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3445 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a74241ef87
commit
15da43fec9
2
README
2
README
@ -323,6 +323,8 @@ you'll need for the systems we know about:
|
||||
RedHat:
|
||||
???
|
||||
|
||||
SuSE:
|
||||
see doc/build-suse.txt
|
||||
|
||||
GnuCash understands a few non-standard ./configure options. You
|
||||
should run ./configure --help for the most up to date summary of the
|
||||
|
@ -62,14 +62,16 @@ Let's go:
|
||||
su root -c "unzip -L /tmp/slib2c7"
|
||||
|
||||
* Download g-wrap from
|
||||
ftp://ftp.gnucash.org/pub/g-wrap/g-wrap-1.1.4..tar.gz
|
||||
ftp://ftp.gnucash.org/pub/g-wrap/
|
||||
For the 1.4.x version you need g-wrap-0.9.12.tar.gz,
|
||||
for the 1.5.x version you need g-wrap-1.1.4.tar.gz or newer
|
||||
unpack and untar, then
|
||||
./configure, make, su, make install
|
||||
|
||||
* If you want to build the development version, download Guppi from
|
||||
ftp://ftp.gnome.org/pub/guppi/Guppi-0.35.2.tar.gz
|
||||
unpack and untar, then
|
||||
./configure, make, su, make install
|
||||
./configure --prefix=/opt/gnome, make, su, make install
|
||||
Guppi is not yet part of standard gnome distributions, but I expect it
|
||||
to become more common soon.
|
||||
|
||||
@ -88,6 +90,10 @@ Let's go:
|
||||
* The lib directory contains packages that are needed to build GnuCash
|
||||
but are not widely available yet. Read the file lib/README for details.
|
||||
|
||||
* Make symbolic link for every file in /opt/gnome/share/aclocal
|
||||
to /usr/share/aclocal (or tell me how to modify the automake setup
|
||||
so that it looks in /opt/gnome/share/aclocal for input ;-))
|
||||
|
||||
* Configure, build and install gnucash. Installation must probably be
|
||||
done as root, the files go to various places in /usr/local.
|
||||
|
||||
@ -100,6 +106,12 @@ Let's go:
|
||||
some things for slib. Alternatively you can try as root:
|
||||
guile -c '(use-modules (ice-9 slib)) (require 'new-catalog)'
|
||||
|
||||
* If want to send a patch, you need the makepatch perl module, which can
|
||||
be found at:
|
||||
ftp://ftp.cpan.org/pub/CPAN/authors/Johan_Vromans/makepatch-2.00a.tar.gz
|
||||
unpack and untar, then
|
||||
perl Makefile.PL, make, su, make install
|
||||
|
||||
-------
|
||||
List of helix gnome packages:
|
||||
|
||||
|
@ -51,6 +51,7 @@ static gnc_euro_rate_struct _gnc_euro_rate_[] =
|
||||
{ "FIM", 5.94573 }, /* finnmark */
|
||||
{ "FMK", 5.94573 }, /* finnmark */
|
||||
{ "FRF", 6.55957 }, /* french franc */
|
||||
{ "GRD", 340.750 }, /* greek drachma */
|
||||
{ "HFL", 2.20371 }, /* netherland gulden */
|
||||
{ "IEP", .787564 }, /* irish pound */
|
||||
{ "IRP", .787564 }, /* irish pound */
|
||||
|
Loading…
Reference in New Issue
Block a user