mirror of
https://github.com/servo/servo.git
synced 2025-07-14 10:53:42 +01:00
Auto merge of #19252 - servo:jdm-patch-2, r=SimonSapin
Add pulseaudio requirement to readme. Update known requirements for building. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #19238. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19252) <!-- Reviewable:end -->
This commit is contained in:
commit
b2b51d333e
1 changed files with 4 additions and 3 deletions
|
@ -56,7 +56,8 @@ sudo apt install git curl freeglut3-dev autoconf libx11-dev \
|
||||||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||||
gperf g++ build-essential cmake virtualenv python-pip \
|
gperf g++ build-essential cmake virtualenv python-pip \
|
||||||
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
libssl1.0-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 \
|
||||||
|
libpulse-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
If you using a version prior to **Ubuntu 17.04** or **Debian Sid**, replace `libssl1.0-dev` with `libssl-dev`.
|
If you using a version prior to **Ubuntu 17.04** or **Debian Sid**, replace `libssl1.0-dev` with `libssl-dev`.
|
||||||
|
@ -72,7 +73,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 \
|
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 \
|
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 \
|
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel \
|
||||||
dbus-devel ncurses-devel
|
dbus-devel ncurses-devel pulseaudio-libs-devel
|
||||||
```
|
```
|
||||||
#### On CentOS
|
#### On CentOS
|
||||||
|
|
||||||
|
@ -81,7 +82,7 @@ sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
||||||
freetype-devel mesa-libGL-devel mesa-libEGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
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 \
|
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 \
|
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel \
|
||||||
dbus-devel ncurses-devel python34
|
dbus-devel ncurses-devel python34 pulseaudio-libs-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
#### On openSUSE Linux
|
#### On openSUSE Linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue