This article is for an older version of HandBrake. All versions.
Dieser Artikel ist für eine ältere Version von HandBrake. Alle Versionen.
Installing dependencies on Arch
The following instructions are for Arch 2016.12.01 (HandBrake CLI only).
Dependencies:
- base-devel
- cmake
- flac
- fontconfig
- freetype2
- fribidi
- harfbuzz
- jansson
- lame
- libass
- libbluray
- libogg
- libsamplerate
- libtheora
- libvorbis
- libvpx
- libxml2
- opus
- python2
- x264
- x265
- yasm
Install dependencies.
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi harfbuzz jansson lame libass libbluray libogg libsamplerate libtheora libvorbis libvpx libxml2 opus python2 x264 x265 yasm
Arch is now prepared to build HandBrake. See Building HandBrake for Linux for further instructions.