From 0fac098c978d595a050172574eaeb8ec967314f3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 28 Dec 2012 17:43:24 +0000 Subject: [PATCH] docs: note GNU Make requirement --- DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0061dbb65..e6df08b31 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -98,6 +98,7 @@ or 2. there's probably no need to install the [haskell platform](http://haskell.org/platform) now, but you could 3. it's probably worth getting the latest and best cabal: `cabal update; cabal install cabal-install` 4. get an up-to-date [darcs](http://darcs.net), at least 2.x and preferably newer: use a binary package or `cabal install darcs` +5. the hledger Makefile assumes GNU Make, so on some platforms you may need to spell "make" as "gmake" - get the hledger repo: