mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:54:49 -06:00
docs: Remove unnecessary stderr redirects from build articles.
Related commands should always be successful when run on the intended systems.
This commit is contained in:
parent
e28efb3b46
commit
114865c5dd
@ -34,7 +34,7 @@ Clone the HandBrake repository.
|
||||
|
||||
Build HandBrake. To build the command line interface only, disable the graphical interface by appending `--disable-gtk`.
|
||||
|
||||
./configure --launch-jobs=$(nproc 2>/dev/null) --launch
|
||||
./configure --launch-jobs=$(nproc) --launch
|
||||
|
||||
When complete, you will find `HandBrakeCLI` in the `build` directory. If the graphical interface is enabled, you will also find `ghb` in the `build/gtk/src` directory.
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@ This process will take a few minutes. If necessary, the script will provide you
|
||||
|
||||
Build HandBrake.
|
||||
|
||||
./configure --launch-jobs=$(sysctl -n hw.ncpu 2>/dev/null) --launch
|
||||
./configure --launch-jobs=$(sysctl -n hw.ncpu) --launch
|
||||
|
||||
When complete, you will find `HandBrake.app` and `HandBrakeCLI` in the `build/xroot` directory.
|
||||
|
||||
|
||||
@ -53,7 +53,7 @@ This process will take a few minutes, then provide you with instructions for add
|
||||
|
||||
Build HandBrake.
|
||||
|
||||
./configure --cross=x86_64-w64-mingw32 --enable-x265 --enable-qsv --launch-jobs=$(nproc 2>/dev/null) --launch
|
||||
./configure --cross=x86_64-w64-mingw32 --enable-x265 --enable-qsv --launch-jobs=$(nproc) --launch
|
||||
|
||||
When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb.dll` in `build/libhb`.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user