These tools are needed for some deps, eg pretty-show and language-javascript, and may not have already been installed. Mentioning them explicitly may reduce a some installation hassles.
		
			
				
	
	
	
		
			3.1 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	Download
I want to download and run
| 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 with GHC and cabal
cabal install alex happy (if you don’t already have
these in your path)
cabal sandbox init; cabal update; cabal install hledger-web
Or just cabal install hledger if you don’t need the web
interface. The Installation Guide
describes how to install using cabal in more detail. Release Notes shows what’s new in the
hledger packages.
I want to build the latest development code
cabal install alex happy (if you don’t already have
these in your path)
git clone https://github.com/simonmichael/hledger; cd hledger; make sandbox install

