No description
Find a file
2004-02-12 23:43:08 +00:00
amount.cc *** empty log message *** 2004-02-12 23:43:08 +00:00
gnucash.cc c 2003-10-11 23:21:14 +00:00
ledger.cc changes 2003-10-29 07:47:41 +00:00
ledger.el changes 2003-10-29 07:47:41 +00:00
ledger.h changes 2003-10-29 07:47:41 +00:00
ledger.texi *** empty log message *** 2003-10-10 19:12:31 +00:00
Makefile changes 2003-10-29 07:47:41 +00:00
parse.cc changes 2004-02-10 23:07:56 +00:00
README changes 2004-02-10 01:34:08 +00:00
reports.cc changes 2003-10-29 07:47:41 +00:00

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