mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-31 03:50:49 -07:00
readme: added compiler memory note
This commit is contained in:
parent
d4059c30b7
commit
f92f934688
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ The goals of ShellCheck are:
|
||||||
ShellCheck is written in Haskell, and requires GHC, Parsec3, JSON and
|
ShellCheck is written in Haskell, and requires GHC, Parsec3, JSON and
|
||||||
Text.Regex. To run the unit tests, it also requires QuickCheck2.
|
Text.Regex. To run the unit tests, it also requires QuickCheck2.
|
||||||
|
|
||||||
|
ShellCheck requires at least 1 GB of RAM to compile.
|
||||||
|
|
||||||
On Fedora, these can be installed with:
|
On Fedora, these can be installed with:
|
||||||
|
|
||||||
yum install cabal-install ghc ghc-parsec-devel ghc-QuickCheck-devel \
|
yum install cabal-install ghc ghc-parsec-devel ghc-QuickCheck-devel \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue