diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -1,10 +1,10 @@ +[](https://gitter.im/use-package/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/ledger/ledger) [](https://travis-ci.org/ledger/ledger) [](https://github.com/ledger/ledger/pulse/monthly) [](http://opensource.org/licenses/BSD-3-Clause) [](https://github.com/ledger/ledger/releases) - # Ledger: Command-Line Accounting Ledger is a powerful, double-entry accounting system that is accessed from the @@ -23,8 +23,8 @@ and easy to use. ## For the Impatient -I know, you just want to build and play. If you have all the dependencies -installed (see below), then simply do this: +I know, you just want to build and play. If you have all the [dependencies](#dependencies) +installed, then simply do this: $ git clone git://github.com/ledger/ledger.git $ cd ledger && ./acprep update # Update to the latest, configure, make @@ -35,8 +35,9 @@ Now try your first ledger command: For help on keeping your journal have a look at the [documentation] and the [wiki][] (Also see the “Resources” section at the -end of this file). An emacs mode for ledger files can be found in the `lisp` -directory and a vim plugin is located in the [ledger/vim-ledger repository]. +end of this file). An Emacs mode for Ledger files can be found in the +[ledger/ledger-mode repository] and a vim plugin is located in the +[ledger/vim-ledger repository]. ## To the Rest @@ -102,10 +103,6 @@ You can use [Homebrew] or [MacPorts] to install Ledger easily on OS X. You can see the parameters you can pass while installing with brew by the command `brew options ledger`. To install ledger, simply type the following command: $ brew install ledger - -If everything worked well, you should have ledger working now. If you want to install this with python bindings, you can use the following command: - - $ brew install ledger --with-python If you to want to startup python, use the following command: @@ -148,9 +145,9 @@ Or, for Ubuntu 12.04: Debian squeeze (6.0): the version of boost in squeeze is too old for ledger and unfortunately no backport is available at the moment. -Debian 7 (wheezy), Debian 8 (jessie), Debian testing (stretch) and Debian -unstable (sid) contain all components needed to build ledger. You can -install all required build dependencies using the following command: +Debian 7 (wheezy), Debian 8 (jessie), Debian 9 (stretch), Debian testing +and Debian unstable (sid) contain all components needed to build ledger. +You can install all required build dependencies using the following command: $ sudo apt-get install build-essential cmake autopoint texinfo python-dev \ zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev \ |