docs: en: Add tag checkout info to 1.5.0 build guides.

This commit is contained in:
Bradley Sepos 2022-01-18 04:42:22 -05:00
parent d8d09ce92a
commit 6481f5f739
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
4 changed files with 20 additions and 0 deletions

View File

@ -31,6 +31,11 @@ Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
List available tags in the HandBrake 1.5.x release series, and check out the most recent.
git tag --list | grep ^1\.5\.
git checkout refs/tags/$(git tag -l | grep -E '^1\.5\.[0-9]+$' | tail -n 1)
Build HandBrake. To enable experimental support for Intel Quick Sync Video, append `--enable-qsv`. To build the command line interface only, disable the graphical interface by appending `--disable-gtk`.
./configure --launch-jobs=$(sysctl -n hw.ncpu) --launch

View File

@ -39,6 +39,11 @@ Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
List available tags in the HandBrake 1.5.x release series, and check out the most recent.
git tag --list | grep ^1\.5\.
git checkout refs/tags/$(git tag -l | grep -E '^1\.5\.[0-9]+$' | tail -n 1)
Build HandBrake. To enable experimental support for Intel Quick Sync Video, append `--enable-qsv`. To build the command line interface only, disable the graphical interface by appending `--disable-gtk`.
./configure --launch-jobs=$(nproc) --launch

View File

@ -53,6 +53,11 @@ Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
List available tags in the HandBrake 1.5.x release series, and check out the most recent.
git tag --list | grep ^1\.5\.
git checkout refs/tags/$(git tag -l | grep -E '^1\.5\.[0-9]+$' | tail -n 1)
Initialize and update all submodules.
git submodule update --init --recursive

View File

@ -77,6 +77,11 @@ Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
List available tags in the HandBrake 1.5.x release series, and check out the most recent.
git tag --list | grep ^1\.5\.
git checkout refs/tags/$(git tag -l | grep -E '^1\.5\.[0-9]+$' | tail -n 1)
Build the MinGW-w64 toolchain using the included script, where `username` is your user name. Feel free to choose a different output path, if desired.
scripts/mingw-w64-build x86_64 /home/username/toolchains/