mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-12 07:44:19 -06:00
docs: Add Installing dependencies on Arch (CLI only).
This commit is contained in:
parent
f202c29406
commit
c880a13f6c
@ -22,6 +22,7 @@ If you have installed a HandBrake package from your distribution or other third-
|
|||||||
|
|
||||||
Dependency installation instructions are available for the following distributions.
|
Dependency installation instructions are available for the following distributions.
|
||||||
|
|
||||||
|
- [Arch](install-dependencies-arch.html)
|
||||||
- [CentOS](install-dependencies-centos.html)
|
- [CentOS](install-dependencies-centos.html)
|
||||||
- [Fedora](install-dependencies-fedora.html)
|
- [Fedora](install-dependencies-fedora.html)
|
||||||
- [Gentoo](install-dependencies-gentoo.html)
|
- [Gentoo](install-dependencies-gentoo.html)
|
||||||
|
|||||||
@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
Type: article
|
||||||
|
Title: Installing dependencies on Arch
|
||||||
|
Project: HandBrake
|
||||||
|
Project_URL: https://handbrake.fr/
|
||||||
|
Project_Version: 1.0.0
|
||||||
|
Language: English
|
||||||
|
Language_Code: en
|
||||||
|
Authors: [ Bradley Sepos <bradley@bradleysepos.com> (BradleyS) ]
|
||||||
|
Copyright: 2016 HandBrake Team
|
||||||
|
License: Creative Commons Attribution-ShareAlike 4.0 International
|
||||||
|
License_Abbr: CC BY-SA 4.0
|
||||||
|
License_URL: https://handbrake.fr/docs/license.html
|
||||||
|
---
|
||||||
|
|
||||||
|
Installing dependencies on Arch
|
||||||
|
===============================
|
||||||
|
|
||||||
|
The following instructions are for [Arch](https://www.archlinux.org) 2016.12.01 (HandBrake [CLI](abbr:Command Line Interface) 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](build-linux.html) for further instructions.
|
||||||
@ -158,7 +158,7 @@ Table of contents
|
|||||||
|
|
||||||
- Building HandBrake
|
- Building HandBrake
|
||||||
- [Building HandBrake for Linux](developer/build-linux.html)
|
- [Building HandBrake for Linux](developer/build-linux.html)
|
||||||
- Installing dependencies on [CentOS](developer/install-dependencies-centos.html) / [Fedora](developer/install-dependencies-fedora.html) / [Gentoo](developer/install-dependencies-gentoo.html) / [Ubuntu](developer/install-dependencies-ubuntu.html)
|
- Installing dependencies on [Arch](developer/install-dependencies-arch.html) / [CentOS](developer/install-dependencies-centos.html) / [Fedora](developer/install-dependencies-fedora.html) / [Gentoo](developer/install-dependencies-gentoo.html) / [Ubuntu](developer/install-dependencies-ubuntu.html)
|
||||||
- [Building HandBrake for Mac](developer/build-mac.html)
|
- [Building HandBrake for Mac](developer/build-mac.html)
|
||||||
- [Building HandBrake for Windows](developer/build-windows.html)
|
- [Building HandBrake for Windows](developer/build-windows.html)
|
||||||
- Packaging HandBrake
|
- Packaging HandBrake
|
||||||
|
|||||||
@ -22,6 +22,7 @@ If you have installed a HandBrake package from your distribution or other third-
|
|||||||
|
|
||||||
Dependency installation instructions are available for the following distributions.
|
Dependency installation instructions are available for the following distributions.
|
||||||
|
|
||||||
|
- [Arch](install-dependencies-arch.html)
|
||||||
- [CentOS](install-dependencies-centos.html)
|
- [CentOS](install-dependencies-centos.html)
|
||||||
- [Fedora](install-dependencies-fedora.html)
|
- [Fedora](install-dependencies-fedora.html)
|
||||||
- [Gentoo](install-dependencies-gentoo.html)
|
- [Gentoo](install-dependencies-gentoo.html)
|
||||||
|
|||||||
@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
Type: article
|
||||||
|
Title: Installing dependencies on Arch
|
||||||
|
Project: HandBrake
|
||||||
|
Project_URL: https://handbrake.fr/
|
||||||
|
Project_Version: Latest
|
||||||
|
Language: English
|
||||||
|
Language_Code: en
|
||||||
|
Authors: [ Bradley Sepos <bradley@bradleysepos.com> (BradleyS) ]
|
||||||
|
Copyright: 2016 HandBrake Team
|
||||||
|
License: Creative Commons Attribution-ShareAlike 4.0 International
|
||||||
|
License_Abbr: CC BY-SA 4.0
|
||||||
|
License_URL: https://handbrake.fr/docs/license.html
|
||||||
|
---
|
||||||
|
|
||||||
|
Installing dependencies on Arch
|
||||||
|
===============================
|
||||||
|
|
||||||
|
The following instructions are for [Arch](https://www.archlinux.org) 2016.12.01 (HandBrake [CLI](abbr:Command Line Interface) 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](build-linux.html) for further instructions.
|
||||||
@ -158,7 +158,7 @@ Table of contents
|
|||||||
|
|
||||||
- Building HandBrake
|
- Building HandBrake
|
||||||
- [Building HandBrake for Linux](developer/build-linux.html)
|
- [Building HandBrake for Linux](developer/build-linux.html)
|
||||||
- Installing dependencies on [CentOS](developer/install-dependencies-centos.html) / [Fedora](developer/install-dependencies-fedora.html) / [Gentoo](developer/install-dependencies-gentoo.html) / [Ubuntu](developer/install-dependencies-ubuntu.html)
|
- Installing dependencies on [Arch](developer/install-dependencies-arch.html) / [CentOS](developer/install-dependencies-centos.html) / [Fedora](developer/install-dependencies-fedora.html) / [Gentoo](developer/install-dependencies-gentoo.html) / [Ubuntu](developer/install-dependencies-ubuntu.html)
|
||||||
- [Building HandBrake for Mac](developer/build-mac.html)
|
- [Building HandBrake for Mac](developer/build-mac.html)
|
||||||
- [Building HandBrake for Windows](developer/build-windows.html)
|
- [Building HandBrake for Windows](developer/build-windows.html)
|
||||||
- Packaging HandBrake
|
- Packaging HandBrake
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user