diff options
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 33683610..3583e4ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,8 @@ before_script: - "git clone https://github.com/serpilliere/elfesteem elfesteem && cd elfesteem && python setup.py install && cd ..;" # install pyparsing - "pip install pyparsing" +# install pycparser +- "pip install pycparser" # install z3 with a known to working version - "wget https://github.com/serpilliere/z3-prebuild/raw/master/z3.tgz" - "tar xzf z3.tgz" diff --git a/README.md b/README.md index 41007a1d..44763949 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,7 @@ Miasm uses: * python-pyparsing * python-dev * elfesteem from [Elfesteem](https://github.com/serpilliere/elfesteem.git) +* optionally python-pycparser To enable code JIT, one of the following module is mandatory: * GCC |