3.8 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 (on windows, choose the 64-bit version if you will be processing large data) 
- stack --resolver nightly-2015-07-13 setup- (if you need GHC, eg on windows. If you’re not sure, run the next command and it will tell you) 
- stack --resolver nightly-2015-07-13 install hledger- (on windows, stack can’t install the latest hledger-web yet. - stack install hledger-web-0.24.1will install an older version)
Or:
- Install GHC and cabal
- cabal install alex happy(if these are not already in your PATH)
- cabal update
- cabal sandbox init
- cabal 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.git
- cd hledger
- stack install(or cabal install as shown above)

