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:
@@ -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 ../
|
||||
|
||||
Reference in New Issue
Block a user