From 0a6b5726ec3bf402a953ea8a03b98ecbf4b90b0c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Apr 2007 20:31:46 +0000 Subject: Made the amount/balance/value interface a bit more rational; added back a useless version of the register command (just to prove the command sequence); and added smart XML semantics to the XPath implementation so that nodes can be coerced to values. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 8a2406d9..28145c4b 100644 --- a/README +++ b/README @@ -30,10 +30,10 @@ Building ======== To build Ledger, you will need a fairly modern C++ compiler (gcc 2.95 -will not work), and at least these two libraries installed: +will not work), and at least these libraries installed: gmp GNU multi-precision library - pcre Perl regular expression library + boost Boost C++ library (On some GNU/Linux systems, the packages you need to install are called "gmp-dev" and "pcre-dev"). -- cgit v1.2.3