mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-13 03:01:59 -06:00
docs: Update deps for Ubuntu 19.10 Eoan Ermine.
This commit is contained in:
parent
6ca89f5d84
commit
a6663449d7
@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
|
|||||||
Installing dependencies on Ubuntu
|
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:
|
Basic requirements to run commands:
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ Graphical interface dependencies:
|
|||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
- libgudev-1.0-dev
|
- libgudev-1.0-dev
|
||||||
- libnotify-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)
|
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.
|
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.
|
To build with Quick Sync Video support, install QSV dependencies.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user