diff --git a/source/docs/en/latest/developer/install-dependencies-ubuntu.markdown b/source/docs/en/latest/developer/install-dependencies-ubuntu.markdown index b55a4a30..676b63ca 100644 --- a/source/docs/en/latest/developer/install-dependencies-ubuntu.markdown +++ b/source/docs/en/latest/developer/install-dependencies-ubuntu.markdown @@ -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) 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), 16.04 LTS (Xenial Xerus), and Ubuntu 14.04 LTS (Trusty Tahr). Dependencies: @@ -50,7 +50,7 @@ Dependencies: - yasm - zlib1g-dev -Additional Ubuntu 16.04 LTS dependencies: +Additional Ubuntu 18.04 LTS and 16.04 LTS dependencies: - libtool-bin @@ -71,7 +71,7 @@ Install dependencies. sudo apt-get install autoconf automake build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev libmp3lame-dev libogg-dev libopus-dev libsamplerate-dev libtheora-dev libtool libvorbis-dev libx264-dev libxml2-dev m4 make patch pkg-config python tar yasm zlib1g-dev -If you are running Ubuntu 16.04 LTS, install the additional dependencies. +If you are running Ubuntu 18.04 LTS or 16.04 LTS, install the additional dependencies. sudo apt-get install libtool-bin