docs: Add Appstream as a dependency to the build on Ubuntu developer page.

This commit is contained in:
sr55 2021-08-16 20:44:22 +01:00
parent 13e45797f3
commit ec5522556b
No known key found for this signature in database
GPG Key ID: ECE911849A3E21A5

View File

@ -27,6 +27,7 @@ Dependencies:
- autoconf
- automake
- autopoint
- appstream
- build-essential
- cmake
- git
@ -85,7 +86,7 @@ Graphical interface dependencies:
Install dependencies.
sudo apt-get update
sudo apt-get install autoconf automake autopoint build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libturbojpeg0-dev libvorbis-dev libx264-dev libxml2-dev libvpx-dev m4 make meson nasm ninja-build patch pkg-config python tar zlib1g-dev
sudo apt-get install autoconf automake autopoint appstream build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libturbojpeg0-dev libvorbis-dev libx264-dev libxml2-dev libvpx-dev m4 make meson nasm ninja-build patch pkg-config python tar zlib1g-dev
To build with Intel Quick Sync Video support, install the QSV dependencies.