mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Add video-metadata-rs dependencies
This commit is contained in:
parent
521f8c0135
commit
20ab47cb1a
6 changed files with 30 additions and 2 deletions
|
@ -43,7 +43,8 @@ sudo apt-get install git curl freeglut3-dev autoconf \
|
|||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||
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 libdbus-1-dev
|
||||
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev \
|
||||
libavformat-dev
|
||||
```
|
||||
If you are on **Ubuntu 14.04** and encountered errors on installing these dependencies involving `libcheese`, see [#6158](https://github.com/servo/servo/issues/6158) for a workaround.
|
||||
|
||||
|
@ -56,7 +57,7 @@ sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
|||
freetype-devel mesa-libGL-devel mesa-libEGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
||||
fontconfig-devel cabextract ttmkfdir python python-virtualenv python-pip expat-devel \
|
||||
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel \
|
||||
dbus-devel
|
||||
dbus-devel ffmpeg-devel
|
||||
```
|
||||
|
||||
On Arch Linux:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue