From e417ceaa8d7064ad81adbeabceb7204483aac1a5 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 19 Nov 2006 21:24:33 +0000 Subject: Modified INSTALL instructions to emphasize that GNU make is required, and that it goes by the name 'gmake' on some systems. git-svn-id: https://pandoc.googlecode.com/svn/trunk@114 788f1e2b-df1e-0410-8736-df70ead52e1b --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 8a1b4b611..17e4631a2 100644 --- a/INSTALL +++ b/INSTALL @@ -9,11 +9,12 @@ page. [GHC]: http://www.haskell.org/ghc/ [GHC Download]: http://www.haskell.org/ghc/download.html -You'll also need standard build tools: GNU `make`, `sed`, `bash`, +You'll also need standard build tools: [GNU `make`], `sed`, `bash`, and `perl`. These are standard on unix systems (including MacOS X). If you're using Windows, you can install [Cygwin]. [Cygwin]: http://www.cygwin.com/ +[GNU `make`]: http://www.gnu.org/software/make/ # Installing Pandoc @@ -23,6 +24,9 @@ X). If you're using Windows, you can install [Cygwin]. make + If you get "Unknown modifier" errors, it is probably because `make` + on your system is not [GNU `make`]. Try using `gmake` instead. + 3. See if it worked (optional, but recommended): make test -- cgit v1.2.3