mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 23:39:12 -06:00
docs: List tags before checking out a release. #30
This commit is contained in:
parent
3e2d7b9a50
commit
6edf6f659a
@ -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`.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user