update doc about installing solc (#93)

pull/55/merge
Tasuku Nakamura 6 years ago committed by ggrieco-tob
parent 1b5129d1f1
commit b3a0480679
  1. 3
      README.md

@ -23,7 +23,8 @@ Before starting with it, make sure you have libgmp-dev installed otherwise ghc w
[solc](https://www.npmjs.com/package/solc) is another echidna dependency not handled via stack.
It is technically optional, but working with solidity source will fail without it.
Run `npm install -g solc` to install it.
Install `solc` following the [official document](https://solidity.readthedocs.io/en/v0.4.24/installing-solidity.html).
Note that `solc` must be installed by any method other than `npm / Node.js`.
Once solc is installed, installing stack (`brew install haskell-stack`) and running

Loading…
Cancel
Save