Add pandoc to needed dependencies

The pandoc command is needed when compiling with make to run the tests
This commit is contained in:
Michael Pereira 2014-04-17 15:08:37 -04:00
parent 0a263579e0
commit 423ca82296
1 changed files with 2 additions and 2 deletions

View File

@ -61,12 +61,12 @@ Text.Regex. To run the unit tests, it also requires QuickCheck2.
On Fedora, these can be installed with:
yum install ghc ghc-parsec-devel ghc-QuickCheck-devel \
ghc-json-devel ghc-regex-compat-devel
ghc-json-devel ghc-regex-compat-devel pandoc
On Ubuntu and similar, use:
apt-get install ghc libghc-parsec3-dev libghc-json-dev \
libghc-regex-compat-dev libghc-quickcheck2-dev
libghc-regex-compat-dev libghc-quickcheck2-dev pandoc
To build and run the tests, cd to the shellcheck source directory and: