From 054dc0afcd801022ea875a2f290e8b082e697f5b Mon Sep 17 00:00:00 2001 From: Achim Staebler <4sm0d3us@gmail.com> Date: Wed, 24 Jan 2018 18:03:47 +0100 Subject: [PATCH] Instructions for Ubuntu needed compiler install (#791) build-essential and python-dev are required when compiling pycrypt. Added the necessary packages to the apt-get install line. --- docs/deploy-to-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-to-ubuntu.md b/docs/deploy-to-ubuntu.md index 62e58f9..5516611 100644 --- a/docs/deploy-to-ubuntu.md +++ b/docs/deploy-to-ubuntu.md @@ -8,7 +8,7 @@ tl;dr: ```shell sudo apt-get install software-properties-common && sudo apt-add-repository ppa:ansible/ansible -sudo apt-get update && sudo apt-get install ansible python-pip +sudo apt-get update && sudo apt-get install ansible python-pip build-essential python-dev pip install virtualenv pip install --upgrade pip git clone https://github.com/trailofbits/algo