docs: Add Ubuntu 18.04 LTS (Bionic Beaver) to developer article.

Tested on current Bionic daily build.
This commit is contained in:
Bradley Sepos 2017-12-10 01:03:27 -05:00
parent 23f7c899e6
commit 3d7fc2479d
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) 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