3.2 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	Download
I want to download and run a recent release
| 
 I’m on Debian or Ubuntu I’m on Gentoo I’m on Red Hat/Fedora/CentOS I’m on NixOS  | 
  | 
||||
I want to build the latest release:
Recommended:
- Download and install stack
 stack --resolver nightly-2015-07-13 install hledger [hledger-web]
Or:
- Install GHC and cabal
 cabal install alex happy(if these are not already in your PATH)cabal updatecabal sandbox initcabal install hledger[-web]
The old Installation Guide has more notes on this process. Release Notes shows what’s new in the hledger packages.
I want to build the latest development version
git clone https://github.com/simonmichael/hledger.gitcd hledgerstack install(or cabal install as shown above)

