mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Added debian gstreamer packages to README
This commit is contained in:
parent
0d77e0f6cf
commit
58e4a53533
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ sudo apt install git curl autoconf libx11-dev libfreetype6-dev libgl1-mesa-dri \
|
|||
libgstreamer-plugins-bad1.0-dev autoconf2.13 llvm-dev
|
||||
```
|
||||
|
||||
Additionally, you'll need a local copy of GStreamer with a version later than 12.0. You can place it in `support/linux/gstreamer/gst`, or run `./mach bootstrap-gstreamer` to set it up.
|
||||
Additionally, you'll need a local copy of GStreamer with a version later than 16.2. You can place it in `support/linux/gstreamer/gst`, or run `./mach bootstrap-gstreamer` to set it up. On **Ubuntu 20.04LTS**, you can use the system GStreamer if you install the necessary packages:
|
||||
``` sh
|
||||
sudo apt install gstreamer1.0-nice gstreamer1.0-plugins-bad
|
||||
```
|
||||
|
||||
If you are using **Ubuntu 16.04** or **Linux Mint 18.*** run `export HARFBUZZ_SYS_NO_PKG_CONFIG=1` before building to avoid an error with harfbuzz.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue