From 6850ed3262c17b8044d62e88587ed1865f0b0e3f Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Tue, 10 Jul 2018 18:29:16 -0300 Subject: [PATCH] libffi-dev is necessary to install angr in Ubuntu 16.04 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d31728..244fd18 100644 --- a/README.md +++ b/README.md @@ -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 ../