mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:05:14 -06:00
Add tag checkout info to 1.4.0 build guides.
This commit is contained in:
parent
00c91b77b8
commit
87836bf738
@ -31,6 +31,11 @@ Clone the HandBrake repository.
|
|||||||
|
|
||||||
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
||||||
|
|
||||||
|
List available tags in the HandBrake 1.4.x release series, and check out the most recent.
|
||||||
|
|
||||||
|
git tag --list | grep ^1\.4\.
|
||||||
|
git checkout refs/tags/$(git tag -l | grep -E '^1\.4\.[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`.
|
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
|
./configure --launch-jobs=$(sysctl -n hw.ncpu) --launch
|
||||||
|
|||||||
@ -39,6 +39,11 @@ Clone the HandBrake repository.
|
|||||||
|
|
||||||
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
||||||
|
|
||||||
|
List available tags in the HandBrake 1.4.x release series, and check out the most recent.
|
||||||
|
|
||||||
|
git tag --list | grep ^1\.4\.
|
||||||
|
git checkout refs/tags/$(git tag -l | grep -E '^1\.4\.[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`.
|
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
|
./configure --launch-jobs=$(nproc) --launch
|
||||||
|
|||||||
@ -53,6 +53,11 @@ Clone the HandBrake repository.
|
|||||||
|
|
||||||
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
||||||
|
|
||||||
|
List available tags in the HandBrake 1.4.x release series, and check out the most recent.
|
||||||
|
|
||||||
|
git tag --list | grep ^1\.4\.
|
||||||
|
git checkout refs/tags/$(git tag -l | grep -E '^1\.4\.[0-9]+$' | tail -n 1)
|
||||||
|
|
||||||
Initialize and update all submodules.
|
Initialize and update all submodules.
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|||||||
@ -77,6 +77,11 @@ Clone the HandBrake repository.
|
|||||||
|
|
||||||
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
||||||
|
|
||||||
|
List available tags in the HandBrake 1.4.x release series, and check out the most recent.
|
||||||
|
|
||||||
|
git tag --list | grep ^1\.4\.
|
||||||
|
git checkout refs/tags/$(git tag -l | grep -E '^1\.4\.[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.
|
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/
|
scripts/mingw-w64-build x86_64 /home/username/toolchains/
|
||||||
@ -105,7 +110,7 @@ The following tools are required to build and run the [GUI](abbr:Graphical User
|
|||||||
- `hb.dll` (see the LibHB build instructions preceding these, or download from [https://handbrake.fr/nightly.php](https://handbrake.fr/nightly.php))
|
- `hb.dll` (see the LibHB build instructions preceding these, or download from [https://handbrake.fr/nightly.php](https://handbrake.fr/nightly.php))
|
||||||
|
|
||||||
|
|
||||||
Clone `https://github.com/HandBrake/HandBrake.git` using your git client.
|
Clone `https://github.com/HandBrake/HandBrake.git` using your git client, and check out the most recent tag in the 1.4.x release series.
|
||||||
|
|
||||||
Source code for the GUI resides in the `win\CS` folder and the solution file is named `HandBrake.sln`. Make sure HandBrakeWPF is set as the startup project in the Solution Explorer by right-clicking the name and selecting "Set as startup project".
|
Source code for the GUI resides in the `win\CS` folder and the solution file is named `HandBrake.sln`. Make sure HandBrakeWPF is set as the startup project in the Solution Explorer by right-clicking the name and selecting "Set as startup project".
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user