From ba06694341d6530f1c02ce45a2beeecbdedace69 Mon Sep 17 00:00:00 2001 From: Peter Goodman Date: Tue, 24 Jul 2018 11:50:30 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a836a7..182eb76 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ DeepState currently targets Linux, with macOS support in progress. Build: - CMake -- GCC with multilib support +- GCC and G++ with multilib support - Python 2.7 - Setuptools @@ -47,7 +47,7 @@ Runtime: ## Building on Ubuntu 16.04 (Xenial) ```shell -$ sudo apt update && sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev +$ sudo apt update && sudo apt-get install build-essential gcc-multilib g++-multilib cmake python python-setuptools libffi-dev $ git clone https://github.com/trailofbits/deepstate deepstate $ mkdir deepstate/build && cd deepstate/build $ cmake ../