Add autoconf to build dependencies

`autoheader` from `autoconf` was necessary for the build on my system.
This commit is contained in:
Adrian Heine né Lang 2016-01-02 21:07:39 +01:00
parent b8fd8d9991
commit a244f78f15

View file

@ -28,7 +28,7 @@ sudo port install python27 py27-virtualenv cmake
On Debian-based Linuxes: On Debian-based Linuxes:
``` sh ``` 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 \ libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
gperf g++ cmake virtualenv python-pip \ gperf g++ cmake virtualenv python-pip \
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \ libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \