Added Fedora prerequisites in README
This commit is contained in:
parent
71bc26aefa
commit
c343217fd2
6
README
6
README
|
@ -18,8 +18,12 @@ The goals of ShellCheck are:
|
||||||
ShellCheck is written in Haskell, and requires GHC, Parsec3 and Text.Regex.
|
ShellCheck is written in Haskell, and requires GHC, Parsec3 and Text.Regex.
|
||||||
To build the JSON interface and run the unit tests, it also requires QuickCheck2 and JSON.
|
To build the JSON interface and run the unit tests, it also requires QuickCheck2 and JSON.
|
||||||
|
|
||||||
On Ubuntu and similar, these are called:
|
On Fedora, these can be installed with:
|
||||||
|
yum install cabal-install ghc ghc-parsec-devel ghc-QuickCheck-devel ghc-json-devel ghc-regex-compat-devel
|
||||||
|
|
||||||
|
On Ubuntu and similar, use:
|
||||||
ghc libghc-parsec3-dev libghc-json-dev libghc-regex-compat-dev libghc-quickcheck2-dev
|
ghc libghc-parsec3-dev libghc-json-dev libghc-regex-compat-dev libghc-quickcheck2-dev
|
||||||
|
|
||||||
For older releases, you may have to use:
|
For older releases, you may have to use:
|
||||||
ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev
|
ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue