No description
Find a file
2004-04-04 08:08:59 +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 Updated to 1.1. 2004-02-13 00:25:56 +00:00
ledger.el Reconcile mode is now working. 2004-04-04 08:08:59 +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 Updated to 1.1. 2004-02-13 00:25:56 +00:00
parse.cc changes 2004-02-10 23:07:56 +00:00
README Updated to 1.1. 2004-02-13 00:25:56 +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).
Also, this project was developed using GNU make and gcc 3.3.

To build and install, once you have these libraries on your system,
enter these commands:

  make
  cp ledger /usr/local/bin