HandBrake-docs/source/docs/en/1.1.0/developer/install-dependencies-arch.markdown
Bradley Sepos ce7c053710
docs: Add basic requirements to all build dependencies.
sudo and sometimes curl are needed simply to run the commands as instructed, so list those.
2018-05-31 06:24:45 -04:00

1.3 KiB

Type, Title, Project, Project_URL, Project_Version, Language, Language_Code, Authors, Copyright, License, License_Abbr, License_URL
Type Title Project Project_URL Project_Version Language Language_Code Authors Copyright License License_Abbr License_URL
article Installing dependencies on Arch HandBrake https://handbrake.fr/ 1.1.0 English en
Bradley Sepos <bradley@bradleysepos.com> (BradleyS)
2018 HandBrake Team Creative Commons Attribution-ShareAlike 4.0 International CC BY-SA 4.0 https://handbrake.fr/docs/license.html

Installing dependencies on Arch

The following instructions are for Arch 2016.12.01 (HandBrake [CLI](abbr:Command Line Interface) only).

Basic requirements to run the following commands:

  • sudo (for normal user accounts)

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.