mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:54:49 -06:00
docs: Pass build directory to make instead of changing into it.
This commit is contained in:
parent
fad515cee5
commit
26e4bfc9eb
@ -47,9 +47,8 @@ When complete, you will find `HandBrakeCLI` in the `build` directory. If the gra
|
||||
|
||||
Install HandBrake (optional). When installing the graphical interface, icon and desktop files for the Applications menu will be also installed.
|
||||
|
||||
cd build && sudo make install
|
||||
sudo make --directory=build install
|
||||
|
||||
To start over, simply remove the `build` directory.
|
||||
|
||||
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||
rm -rf build
|
||||
|
||||
@ -61,11 +61,10 @@ When complete, you will find `HandBrakeCLI` in the `build/xroot` directory. If t
|
||||
|
||||
Install HandBrake (optional).
|
||||
|
||||
cd build && sudo make install
|
||||
sudo make --directory=build install
|
||||
|
||||
To start over, simply remove the `build` directory.
|
||||
|
||||
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||
rm -rf build
|
||||
|
||||
[^xcode-install]: Make sure Xcode is installed at `/Applications/Xcode.app`. When using an Xcode Beta release, you may need to rename `Xcode-beta.app` to `Xcode.app`.
|
||||
|
||||
@ -83,7 +83,6 @@ When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb
|
||||
|
||||
To start over, simply remove the `build` directory.
|
||||
|
||||
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||
rm -rf build
|
||||
|
||||
|
||||
|
||||
@ -38,9 +38,8 @@ When complete, you will find `HandBrakeCLI` in the `build` directory. If the gra
|
||||
|
||||
Install HandBrake (optional). When installing the graphical interface, icon and desktop files for the Applications menu will be also installed.
|
||||
|
||||
cd build && sudo gmake install
|
||||
sudo gmake --directory=build install
|
||||
|
||||
To start over, simply remove the `build` directory.
|
||||
|
||||
bash -c 'if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi'
|
||||
rm -rf build
|
||||
|
||||
@ -43,9 +43,8 @@ When complete, you will find `HandBrakeCLI` in the `build` directory. If the gra
|
||||
|
||||
Install HandBrake (optional). When installing the graphical interface, icon and desktop files for the Applications menu will be also installed.
|
||||
|
||||
cd build && sudo make install
|
||||
sudo make --directory=build install
|
||||
|
||||
To start over, simply remove the `build` directory.
|
||||
|
||||
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||
rm -rf build
|
||||
|
||||
@ -57,11 +57,10 @@ When complete, you will find `HandBrakeCLI` in the `build/xroot` directory. If t
|
||||
|
||||
Install HandBrake (optional).
|
||||
|
||||
cd build && sudo make install
|
||||
sudo make --directory=build install
|
||||
|
||||
To start over, simply remove the `build` directory.
|
||||
|
||||
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||
rm -rf build
|
||||
|
||||
[^xcode-install]: Make sure Xcode is installed at `/Applications/Xcode.app`. When using an Xcode Beta release, you may need to rename `Xcode-beta.app` to `Xcode.app`.
|
||||
|
||||
@ -97,7 +97,6 @@ When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb
|
||||
|
||||
To start over, simply remove the `build` directory.
|
||||
|
||||
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||
rm -rf build
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user