mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-12 18:31:30 -06:00
docs: Remove Ubuntu 16.04 Xenial and 14.04 Trusty from latest.
This commit is contained in:
parent
307ed362ac
commit
7741b6f4e2
@ -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), 16.04 LTS (Xenial Xerus), and Ubuntu 14.04 LTS (Trusty Tahr).
|
The following instructions are for [Ubuntu](https://www.ubuntu.com) 18.04 LTS (Bionic Beaver).
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
|
|
||||||
@ -40,6 +40,7 @@ Dependencies:
|
|||||||
- libspeex-dev
|
- libspeex-dev
|
||||||
- libtheora-dev
|
- libtheora-dev
|
||||||
- libtool
|
- libtool
|
||||||
|
- libtool-bin
|
||||||
- libvorbis-dev
|
- libvorbis-dev
|
||||||
- libx264-dev
|
- libx264-dev
|
||||||
- libxml2-dev
|
- libxml2-dev
|
||||||
@ -52,10 +53,6 @@ Dependencies:
|
|||||||
- yasm
|
- yasm
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
|
|
||||||
Additional Ubuntu 18.04 LTS and 16.04 LTS dependencies:
|
|
||||||
|
|
||||||
- libtool-bin
|
|
||||||
|
|
||||||
Graphical interface dependencies:
|
Graphical interface dependencies:
|
||||||
|
|
||||||
- intltool
|
- intltool
|
||||||
@ -72,11 +69,7 @@ Graphical interface dependencies:
|
|||||||
Install dependencies.
|
Install dependencies.
|
||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install autoconf automake build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libvorbis-dev libx264-dev libxml2-dev m4 make patch pkg-config python tar yasm zlib1g-dev
|
sudo apt-get install autoconf automake build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libvorbis-dev libx264-dev libxml2-dev m4 make patch pkg-config python tar yasm zlib1g-dev
|
||||||
|
|
||||||
If you are running Ubuntu 18.04 LTS or 16.04 LTS, install the additional dependencies.
|
|
||||||
|
|
||||||
sudo apt-get install libtool-bin
|
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user