changes
This commit is contained in:
parent
2fccdfc80f
commit
81560cd99c
1 changed files with 13 additions and 0 deletions
13
README
Normal file
13
README
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue