docs: Make git a standard dependency on Arch, CentOS, Gentoo.

Finally closes #44.
This commit is contained in:
Bradley Sepos 2018-06-01 09:45:27 -04:00
parent da4b81c0ab
commit 9e5dd47a30
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
6 changed files with 14 additions and 9 deletions

View File

@ -30,6 +30,7 @@ Dependencies:
- fontconfig
- freetype2
- fribidi
- git
- harfbuzz
- jansson
- lame
@ -49,6 +50,6 @@ Dependencies:
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
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi git 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.

View File

@ -31,6 +31,7 @@ Dependencies:
- Development Tools
- Additional Development
- fribidi-devel
- git
- jansson-devel
- libogg-devel
- libsamplerate-devel
@ -49,7 +50,7 @@ Install dependencies.
sudo yum update
sudo yum groupinstall "Development Tools" "Additional Development"
sudo yum install fribidi-devel jansson-devel libogg-devel libsamplerate-devel libtheora-devel libvorbis-devel opus-devel
sudo yum install fribidi-devel git jansson-devel libogg-devel libsamplerate-devel libtheora-devel libvorbis-devel opus-devel
Install the [EPEL](https://fedoraproject.org/wiki/EPEL) repository and related additional dependencies.
@ -83,6 +84,7 @@ Dependencies:
- Development tools
- Additional Development
- cmake
- git
- libicu-devel
- libogg-devel
- libsamplerate-devel
@ -104,7 +106,7 @@ Additional dependencies not available in the base repository:
Install dependencies.
sudo yum groupinstall "Development tools" "Additional Development"
sudo yum install cmake libicu-devel libogg-devel libsamplerate-devel libtheora-devel libvorbis-devel
sudo yum install cmake git libicu-devel libogg-devel libsamplerate-devel libtheora-devel libvorbis-devel
Install the [Software Collections (SCL)](https://wiki.centos.org/AdditionalResources/Repositories/SCL) repository and Python 2.7.x[^python-centos-6].

View File

@ -20,12 +20,12 @@ The following instructions are for [Gentoo](https://gentoo.org) profile `default
Basic requirements to run commands:
- dev-vcs/git
- sudo (for normal user accounts)
Dependencies[^rebuild]:
- fribidi
- dev-vcs/git
- harfbuzz
- jansson
- lame
@ -39,7 +39,7 @@ Dependencies[^rebuild]:
Install dependencies.
sudo emerge --ask fribidi harfbuzz jansson lame libass libogg libsamplerate libtheora libvorbis opus x264
sudo emerge --ask fribidi dev-vcs/git harfbuzz jansson lame libass libogg libsamplerate libtheora libvorbis opus x264
Gentoo is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.

View File

@ -30,6 +30,7 @@ Dependencies:
- fontconfig
- freetype2
- fribidi
- git
- harfbuzz
- jansson
- lame
@ -52,6 +53,6 @@ Dependencies:
Install dependencies.
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi harfbuzz jansson lame libass libbluray libogg libsamplerate libtheora libvorbis libvpx libxml2 nasm opus python2 speex x264 x265 xz yasm
sudo pacman -S base-devel cmake flac fontconfig freetype2 fribidi git harfbuzz jansson lame libass libbluray libogg libsamplerate libtheora libvorbis libvpx libxml2 nasm opus python2 speex x264 x265 xz yasm
Arch is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.

View File

@ -30,6 +30,7 @@ Dependencies:
- Development Tools
- Additional Development
- fribidi-devel
- git
- jansson-devel
- libogg-devel
- libsamplerate-devel
@ -51,7 +52,7 @@ Install dependencies.
sudo yum update
sudo yum groupinstall "Development Tools" "Additional Development"
sudo yum install fribidi-devel jansson-devel libogg-devel libsamplerate-devel libtheora-devel libvorbis-devel opus-devel speex-devel xz-devel
sudo yum install fribidi-devel git jansson-devel libogg-devel libsamplerate-devel libtheora-devel libvorbis-devel opus-devel speex-devel xz-devel
Install the [EPEL](https://fedoraproject.org/wiki/EPEL) repository and related additional dependencies.

View File

@ -20,12 +20,12 @@ The following instructions are for [Gentoo](https://gentoo.org) profile `default
Basic requirements to run commands:
- dev-vcs/git
- sudo (for normal user accounts)
Dependencies[^rebuild]:
- fribidi
- dev-vcs/git
- harfbuzz
- jansson
- lame
@ -42,7 +42,7 @@ Dependencies[^rebuild]:
Install dependencies.
sudo emerge --ask fribidi harfbuzz jansson lame libass libogg libsamplerate libtheora libvorbis app-arch/lzma nasm opus speex x264
sudo emerge --ask fribidi dev-vcs/git harfbuzz jansson lame libass libogg libsamplerate libtheora libvorbis app-arch/lzma nasm opus speex x264
Gentoo is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.