docs: Update instructions for Debian

This commit is contained in:
robxnano 2023-10-21 20:10:00 +01:00 committed by Bradley Sepos
parent 1f7193bf1a
commit 9d0323415c
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 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) 11 Bullseye and 12 Bookworm.
Basic requirements to run commands: Basic requirements to run commands:
@ -25,16 +25,14 @@ Basic requirements to run commands:
Dependencies: Dependencies:
- appstream
- autoconf - autoconf
- automake - automake
- autopoint
- build-essential - build-essential
- cmake - cmake
- git - git
- libass-dev - libass-dev
- libbz2-dev - libbz2-dev
- libfontconfig1-dev - libfontconfig-dev
- libfreetype6-dev - libfreetype6-dev
- libfribidi-dev - libfribidi-dev
- libharfbuzz-dev - libharfbuzz-dev
@ -44,7 +42,7 @@ Dependencies:
- libnuma-dev - libnuma-dev
- libogg-dev - libogg-dev
- libopus-dev - libopus-dev
- libsamplerate-dev - libsamplerate0-dev
- libspeex-dev - libspeex-dev
- libtheora-dev - libtheora-dev
- libtool - libtool
@ -61,7 +59,7 @@ Dependencies:
- ninja-build - ninja-build
- patch - patch
- pkg-config - pkg-config
- python - python3
- tar - tar
- zlib1g-dev - zlib1g-dev
@ -72,21 +70,18 @@ Intel Quick Sync Video dependencies (optional):
Graphical interface dependencies: Graphical interface dependencies:
- intltool - appstream
- libappindicator-dev - desktop-file-utils
- libdbus-glib-1-dev - gettext
- libglib2.0-dev - gstreamer1.0-libav
- libgstreamer1.0-dev - gstreamer1.0-plugins-good
- libgstreamer-plugins-base1.0-dev - libgstreamer-plugins-base1.0-dev
- libgtk-3-dev - libgtk-3-dev
- libgudev-1.0-dev
- libnotify-dev
- libwebkit2gtk-4.0-dev
Install dependencies. Install dependencies.
sudo apt-get update sudo apt-get update
sudo apt-get install appstream 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 sudo apt-get install autoconf automake build-essential cmake git libass-dev libbz2-dev libfontconfig-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjansson-dev liblzma-dev libmp3lame-dev libnuma-dev libogg-dev libopus-dev libsamplerate0-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 python3 pkg-config tar zlib1g-dev
To build with Intel Quick Sync Video support, install the QSV dependencies. To build with Intel Quick Sync Video support, install the QSV dependencies.
@ -94,6 +89,6 @@ To build with Intel Quick Sync Video support, install the QSV dependencies.
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies. To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
sudo apt-get install intltool libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev libwebkit2gtk-4.0-dev sudo apt-get install appstream desktop-file-utils gettext gstreamer1.0-libav gstreamer1.0-plugins-good libgstreamer-plugins-base1.0-dev libgtk-3-dev
Debian is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions. Debian is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.