diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-02-13 17:05:11 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-02-17 14:53:45 +0100 |
| commit | c3bef0610972451a5eef3accb7da4618794ddff9 (patch) | |
| tree | e1f70d61f6d323fce31a9d9b9ed3d9fb4bb3c8be | |
| parent | de06847ea27d841d885cac5030c75bf63b58f5c6 (diff) | |
| download | focaccia-miasm-c3bef0610972451a5eef3accb7da4618794ddff9.tar.gz focaccia-miasm-c3bef0610972451a5eef3accb7da4618794ddff9.zip | |
README/Travis: update dependencies
| -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 |