hledger/doc/site/download.md
2014-12-03 13:43:12 -08:00

2.9 KiB
Raw Blame History

Download

I want to download and run

Im on Debian or Ubuntu
apt-get install hledger hledger-web

Im on Gentoo
emerge hledger hledger-web

Im on Red Hat/Fedora/CentOS
yum install hledger hledger-web

Im on NixOS
nix-env -iA nixpkgs.haskellPackages.hledger nixpkgs.haskellPackages.hledgerWeb

Im on Windows
Download, unzip, and run:
hledger-0.23.3.win32.zip
hledger-web-0.23.3.win32.zip

Im on Mac
Use cabal (see below)

Building and supporting Windows and Mac binaries is costly, so its demand-driven - you can indicate demand by making a project donation of any size. Binaries funded in this way will be linked here. This is a quick way to help the project and your fellow users!

I want to build the latest release with GHC and cabal

cabal sandbox init; cabal update; cabal install hledger-web

Or just cabal install hledger if you dont need the web interface. The Installation Guide describes how to install using cabal in more detail. Release Notes shows whats new in the hledger packages.

I want to build the latest development code

git clone https://github.com/simonmichael/hledger; cd hledger; make sandbox install