mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-14 12:52:54 -06:00
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:
parent
d205b1c936
commit
c1f6b87db9
@ -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.
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user