hledger/site/download.md

4.6 KiB
Raw Blame History

 

Download

I want to download a packaged version

on Windows hledger-0.26-win64.exe and/or hledger-web-0.26-win64.exe (not the latest release. You can get the latest development builds from Appveyor CI here. Note hledger-ui is not supported on Windows.)
on Mac brew install hledger
on Debian or Ubuntu apt-get install hledger hledger-web
on Gentoo layman -a haskell && emerge hledger hledger-web
on Fedora yum install hledger
on NixOS nix-env -iA nixpkgs.haskellPackages.hledger nixpkgs.haskellPackages.hledger-web

I want to build the latest released version

  1. Install stack (On Windows, the 64-bit version is recommended.)
  2. stack setup (if you need GHC installed. If youre not sure, run the next command and it will tell you.)
  3. stack install hledger [hledger-ui] [hledger-web] (hledger-ui is not supported on Windows)
  4. Ensure ~/.local/bin or the Windows equivalent is in your $PATH, so that you can just type hledger to run it. (stack will show the proper directory and will tell you if it is not in $PATH).

Here are the release notes.

I want to build the latest development version

  1. git clone http://code.hledger.org hledger
  2. cd hledger
  3. stack install [hledger] [hledger-ui] [hledger-web] [hledger-api]

This is what I use day to day. Includes the latest features, recommended.