docs: Update deps for Ubuntu 19.10 Eoan Ermine.

This commit is contained in:
Bradley Sepos 2019-08-25 03:12:45 -04:00
parent 6ca89f5d84
commit a6663449d7
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
Installing dependencies on Ubuntu
=================================
The following instructions are for [Ubuntu](https://www.ubuntu.com) 18.04 LTS (Bionic Beaver).
The following instructions are for [Ubuntu](https://www.ubuntu.com) 18.04 LTS (Bionic Beaver) through 19.10 (Eoan Ermine).
Basic requirements to run commands:
@ -72,7 +72,7 @@ Graphical interface dependencies:
- libgtk-3-dev
- libgudev-1.0-dev
- libnotify-dev
- libwebkitgtk-3.0-dev
- libwebkitgtk-3.0-dev (libwebkit2gtk-4.0-dev for Ubuntu 19.10)
Quick Sync Video dependencies (configure --enable-qsv)
@ -86,7 +86,8 @@ Install dependencies.
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
sudo apt-get install gstreamer1.0-libav intltool libappindicator-dev libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev libwebkitgtk-3.0-dev
sudo apt-get install gstreamer1.0-libav intltool libappindicator-dev libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev
sudo apt-get install libwebkitgtk-3.0-dev || sudo apt-get install libwebkit2gtk-4.0-dev
To build with Quick Sync Video support, install QSV dependencies.