docs: Add instructions for checking out most recent release tag.

This commit is contained in:
Bradley Sepos 2017-06-27 10:49:58 -04:00
parent 135a27fdaf
commit e68e7b43c6
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
3 changed files with 12 additions and 0 deletions

View File

@ -34,6 +34,10 @@ Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
Check out the most recent tag in the HandBrake 1.0.x release series.
git checkout refs/tags/$(git tag -l | grep -E '^1\.0\.[0-9]+$' | tail -n 1)
Build HandBrake. To build the command line interface only, disable the graphical interface by appending `--disable-gtk`.
./configure --launch-jobs=$(nproc) --launch

View File

@ -38,6 +38,10 @@ Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
Check out the most recent tag in the HandBrake 1.0.x release series.
git checkout refs/tags/$(git tag -l | grep -E '^1\.0\.[0-9]+$' | tail -n 1)
You may build and install the additional dependencies using the included script. Feel free to choose a different output path, if desired.
scripts/mac-toolchain-build /usr/local

View File

@ -45,6 +45,10 @@ Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
Check out the most recent tag in the HandBrake 1.0.x release series.
git checkout refs/tags/$(git tag -l | grep -E '^1\.0\.[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/