docs: Explicitly add automake and pkg-config to Ubuntu deps.

Most systems should have these installed, but when missing things go awry.
This commit is contained in:
Bradley Sepos 2016-12-31 20:05:06 -05:00
parent d205b1c936
commit c1f6b87db9
2 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,7 @@ The following instructions are for [Ubuntu](https://www.ubuntu.com) 16.04 LTS (X
Dependencies: Dependencies:
- autoconf - autoconf
- automake
- build-essential - build-essential
- cmake - cmake
- git - git
@ -43,6 +44,7 @@ Dependencies:
- m4 - m4
- make - make
- patch - patch
- pkg-config
- python - python
- tar - tar
- yasm - yasm
@ -67,7 +69,7 @@ Graphical interface dependencies:
Install dependencies. Install dependencies.
sudo apt-get install autoconf 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 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 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 16.04 LTS, install the additional dependencies.

View File

@ -21,6 +21,7 @@ The following instructions are for [Ubuntu](https://www.ubuntu.com) 16.04 LTS (X
Dependencies: Dependencies:
- autoconf - autoconf
- automake
- build-essential - build-essential
- cmake - cmake
- git - git
@ -43,6 +44,7 @@ Dependencies:
- m4 - m4
- make - make
- patch - patch
- pkg-config
- python - python
- tar - tar
- yasm - yasm
@ -67,7 +69,7 @@ Graphical interface dependencies:
Install dependencies. Install dependencies.
sudo apt-get install autoconf 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 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 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 16.04 LTS, install the additional dependencies.