From 81560cd99cf94802a7c7841ca9fcc23602bafdda Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 10 Feb 2004 01:34:08 +0000 Subject: [PATCH] changes --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..5989f310 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +Welcome to ledger, a command-line accounting program that uses a +text-based ledger file, yet provides full double-entry accouting, use +of commodities, unlimited accounts, etc. + +Ledger is written in ANSI C++, and should compile on any platform. It +only depends on the GNU multiprecision integer library (gmp, or +libgmp), and the Perl regular expression library (pcre, or libpcre). + +To build and install, once you have these libraries on your system, +enter these commands: + + make + cp ledger /usr/local/bin