From 5ab548d88ed6a062c49ca31e48f33c5d52734d42 Mon Sep 17 00:00:00 2001 From: Oleksii Fedorov Date: Tue, 12 Jan 2016 00:50:37 +0100 Subject: [PATCH] Add build-essential to Debian based Linuxes' requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 406ef8e5b95..43d97e84922 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ On Debian-based Linuxes: ``` sh sudo apt-get install curl freeglut3-dev autoconf \ libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \ - gperf g++ cmake virtualenv python-pip \ + gperf g++ build-essential cmake virtualenv python-pip \ libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \ libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev ```