1.9 Build Docs updated

This commit is contained in:
sr55 2024-12-01 20:46:56 +00:00
parent 0585a189dc
commit 0989999f0e
No known key found for this signature in database
GPG Key ID: 99C970F83E86C84B
4 changed files with 20 additions and 0 deletions

View File

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

View File

@ -42,6 +42,11 @@ HandBrakes optional experimental support for Intel Quick Sync Video on Linux
Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
List available tags in the HandBrake 1.9.x release series, and check out the most recent.
git tag --list | grep ^1\.9\.
git checkout refs/tags/$(git tag -l | grep -E '^1\.9\.[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`.

View File

@ -51,6 +51,11 @@ If you installed Python 3 from a different source, such as Homebrew, it is neces
Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
List available tags in the HandBrake 1.9.x release series, and check out the most recent.
git tag --list | grep ^1\.9\.
git checkout refs/tags/$(git tag -l | grep -E '^1\.9\.[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

@ -81,6 +81,11 @@ Install the additional dependencies required to build the MinGW-w64 toolchain.
Clone the HandBrake repository.
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
List available tags in the HandBrake 1.9.x release series, and check out the most recent.
git tag --list | grep ^1\.9\.
git checkout refs/tags/$(git tag -l | grep -E '^1\.9\.[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.