Instructions for Ubuntu needed compiler install

build-essential and python-dev are required when compiling pycrypt. Added the necessary packages to the apt-get install line.
This commit is contained in:
Achim Staebler 2018-01-23 16:45:33 +01:00 committed by GitHub
parent 7eb4fc5f22
commit a03c07dab3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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