docs: List tags before checking out a release. #30

This commit is contained in:
Bradley Sepos 2017-12-13 21:46:21 -05:00
parent 3e2d7b9a50
commit 6edf6f659a
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
3 changed files with 6 additions and 3 deletions

View File

@ -34,8 +34,9 @@ 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.
List available tags in the HandBrake 1.0.x release series, and check out the most recent.
git tag --list | grep ^1\.0\.
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`.

View File

@ -42,8 +42,9 @@ 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.
List available tags in the HandBrake 1.0.x release series, and check out the most recent.
git tag --list | grep ^1\.0\.
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.

View File

@ -59,8 +59,9 @@ 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.
List available tags in the HandBrake 1.0.x release series, and check out the most recent.
git tag --list | grep ^1\.0\.
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.