Merge pull request #61 from trailofbits/missing-ubuntu-package

libffi-dev is necessary to install angr in Ubuntu 16.04
This commit is contained in:
Peter Goodman
2018-07-11 08:48:41 +10:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@ Runtime:
## Building on Ubuntu 16.04 (Xenial)
```shell
$ sudo apt update && sudo apt-get install build-essential gcc-multilib cmake python python-setuptools
$ sudo apt update && sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
$ git clone https://github.com/trailofbits/deepstate deepstate
$ mkdir deepstate/build && cd deepstate/build
$ cmake ../