libffi-dev is necessary to install angr in Ubuntu 16.04

This commit is contained in:
ggrieco-tob
2018-07-10 18:29:16 -03:00
committed by GitHub
parent 234a95ccab
commit 6850ed3262
+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 ../