mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
Added the regex lib as a dependency
This commit is contained in:
parent
2fb011aa9b
commit
7e3712f853
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
@ -16,11 +16,11 @@ The goals of ShellCheck are:
|
||||||
advanced user's otherwise working script to fail under future circumstances.
|
advanced user's otherwise working script to fail under future circumstances.
|
||||||
|
|
||||||
|
|
||||||
ShellCheck is written in Haskell, and requires GHC and Parsec3. To build the
|
ShellCheck is written in Haskell, and requires GHC, Parsec3 and Text.Regex.
|
||||||
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 Ubuntu and similar, these are called:
|
||||||
ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev
|
ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev
|
||||||
|
|
||||||
Build with 'make'.
|
Build with 'make'.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue