mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add autoconf to build dependencies
`autoheader` from `autoconf` was necessary for the build on my system.
This commit is contained in:
parent
b8fd8d9991
commit
a244f78f15
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue