diff --git a/source/docs/en/1.1.0/developer/install-dependencies-arch.markdown b/source/docs/en/1.1.0/developer/install-dependencies-arch.markdown index 6afe3984..14093ea9 100644 --- a/source/docs/en/1.1.0/developer/install-dependencies-arch.markdown +++ b/source/docs/en/1.1.0/developer/install-dependencies-arch.markdown @@ -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. diff --git a/source/docs/en/1.1.0/developer/install-dependencies-centos.markdown b/source/docs/en/1.1.0/developer/install-dependencies-centos.markdown index 4d3e3778..1392194f 100644 --- a/source/docs/en/1.1.0/developer/install-dependencies-centos.markdown +++ b/source/docs/en/1.1.0/developer/install-dependencies-centos.markdown @@ -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]. diff --git a/source/docs/en/1.1.0/developer/install-dependencies-gentoo.markdown b/source/docs/en/1.1.0/developer/install-dependencies-gentoo.markdown index 05f101b9..bf115b96 100644 --- a/source/docs/en/1.1.0/developer/install-dependencies-gentoo.markdown +++ b/source/docs/en/1.1.0/developer/install-dependencies-gentoo.markdown @@ -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. diff --git a/source/docs/en/latest/developer/install-dependencies-arch.markdown b/source/docs/en/latest/developer/install-dependencies-arch.markdown index 33840a62..92167e0b 100644 --- a/source/docs/en/latest/developer/install-dependencies-arch.markdown +++ b/source/docs/en/latest/developer/install-dependencies-arch.markdown @@ -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. diff --git a/source/docs/en/latest/developer/install-dependencies-centos.markdown b/source/docs/en/latest/developer/install-dependencies-centos.markdown index d18db209..df6d1c76 100644 --- a/source/docs/en/latest/developer/install-dependencies-centos.markdown +++ b/source/docs/en/latest/developer/install-dependencies-centos.markdown @@ -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. diff --git a/source/docs/en/latest/developer/install-dependencies-gentoo.markdown b/source/docs/en/latest/developer/install-dependencies-gentoo.markdown index d745a49c..01ee521b 100644 --- a/source/docs/en/latest/developer/install-dependencies-gentoo.markdown +++ b/source/docs/en/latest/developer/install-dependencies-gentoo.markdown @@ -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.