From a244f78f1509f06ae41abb6b2163fa2559ea56a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Heine=20n=C3=A9=20Lang?= Date: Sat, 2 Jan 2016 21:07:39 +0100 Subject: [PATCH] Add autoconf to build dependencies `autoheader` from `autoconf` was necessary for the build on my system. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20617ef96a3..406ef8e5b95 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ sudo port install python27 py27-virtualenv cmake On Debian-based Linuxes: ``` sh -sudo apt-get install curl freeglut3-dev \ +sudo apt-get install curl freeglut3-dev autoconf \ libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \ gperf g++ cmake virtualenv python-pip \ libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \