mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-13 11:04:47 -06:00
docs: en: Update Debian build guide for HandBrake 1.4.x.
Still works on Debian 10, breakage begins with HandBrake 1.5.x.
This commit is contained in:
parent
338e607784
commit
59eb97a147
@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
|
|||||||
Installing dependencies on Debian
|
Installing dependencies on Debian
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
The following instructions are for [Debian](https://www.debian.org) 11 Bullseye.
|
The following instructions are for [Debian](https://www.debian.org) 10 Buster and 11 Bullseye.
|
||||||
|
|
||||||
Basic requirements to run commands:
|
Basic requirements to run commands:
|
||||||
|
|
||||||
@ -27,6 +27,7 @@ Dependencies:
|
|||||||
|
|
||||||
- autoconf
|
- autoconf
|
||||||
- automake
|
- automake
|
||||||
|
- autopoint
|
||||||
- build-essential
|
- build-essential
|
||||||
- cmake
|
- cmake
|
||||||
- git
|
- git
|
||||||
@ -63,6 +64,10 @@ Dependencies:
|
|||||||
- tar
|
- tar
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
|
|
||||||
|
Additional Debian 10 dependencies:
|
||||||
|
|
||||||
|
- libappindicator-dev
|
||||||
|
|
||||||
Additional Debian 11 dependencies:
|
Additional Debian 11 dependencies:
|
||||||
|
|
||||||
- appstream
|
- appstream
|
||||||
@ -88,7 +93,15 @@ 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 libnuma-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libturbojpeg0-dev libvorbis-dev libx264-dev libxml2-dev libvpx-dev m4 make meson nasm ninja-build patch pkg-config python tar zlib1g-dev autopoint
|
sudo apt-get install autoconf automake autopoint build-essential cmake git libass-dev libbz2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate-dev libspeex-dev libtheora-dev libtool libtool-bin libturbojpeg0-dev libvorbis-dev libx264-dev libxml2-dev libvpx-dev m4 make meson nasm ninja-build patch pkg-config python tar zlib1g-dev
|
||||||
|
|
||||||
|
If you are running Debian 10, install the additional dependencies.
|
||||||
|
|
||||||
|
sudo apt-get install libappindicator-dev
|
||||||
|
|
||||||
|
If you are running Debian 11, install the additional dependencies.
|
||||||
|
|
||||||
|
sudo apt-get install appstream
|
||||||
|
|
||||||
To build with Intel Quick Sync Video support, install the QSV dependencies.
|
To build with Intel Quick Sync Video support, install the QSV dependencies.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user