mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #19356 - tigercosmos:r1, r=jdm
update readme for ubuntu build <!-- Please describe your changes on the following line: --> Fix Ubuntu build --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #19351 (github issue number if applicable). <!-- 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/19356) <!-- Reviewable:end -->
This commit is contained in:
commit
6009441f5e
1 changed files with 4 additions and 2 deletions
|
@ -56,8 +56,10 @@ sudo apt install git curl freeglut3-dev autoconf libx11-dev \
|
|||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||
gperf g++ build-essential cmake virtualenv python-pip \
|
||||
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
||||
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev \
|
||||
libpulse-dev
|
||||
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev \
|
||||
pulseaudio dbus-x11 libavcodec-dev libavformat-dev \
|
||||
libavutil-dev libswresample-dev libswscale-dev libdbus-1-dev \
|
||||
libpulse-dev clang
|
||||
```
|
||||
|
||||
If you using a version prior to **Ubuntu 17.04** or **Debian Sid**, replace `libssl1.0-dev` with `libssl-dev`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue