mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-13 11:04:47 -06:00
docs: Add starting over to build instructions.
This commit is contained in:
parent
756d9ab870
commit
f202c29406
@ -42,3 +42,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.
|
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
|
cd build && sudo make install
|
||||||
|
|
||||||
|
To start over, simply remove the `build` directory.
|
||||||
|
|
||||||
|
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||||
|
rm -rf build
|
||||||
|
|||||||
@ -54,4 +54,9 @@ Install HandBrake (optional).
|
|||||||
|
|
||||||
cd build && sudo make install
|
cd build && sudo make install
|
||||||
|
|
||||||
|
To start over, simply remove the `build` directory.
|
||||||
|
|
||||||
|
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||||
|
rm -rf build
|
||||||
|
|
||||||
[^default-path]: `/usr/local/bin` is included in the system's `PATH` by default. It is not necessary to add it to your environment's `PATH` when installing the additional dependencies to `/usr/local`.
|
[^default-path]: `/usr/local/bin` is included in the system's `PATH` by default. It is not necessary to add it to your environment's `PATH` when installing the additional dependencies to `/usr/local`.
|
||||||
|
|||||||
@ -57,6 +57,11 @@ Build HandBrake.
|
|||||||
|
|
||||||
When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb.dll` in `build/libhb`.
|
When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb.dll` in `build/libhb`.
|
||||||
|
|
||||||
|
To start over, simply remove the `build` directory.
|
||||||
|
|
||||||
|
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||||
|
rm -rf build
|
||||||
|
|
||||||
|
|
||||||
## Graphical interface
|
## Graphical interface
|
||||||
|
|
||||||
|
|||||||
@ -42,3 +42,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.
|
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
|
cd build && sudo make install
|
||||||
|
|
||||||
|
To start over, simply remove the `build` directory.
|
||||||
|
|
||||||
|
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||||
|
rm -rf build
|
||||||
|
|||||||
@ -54,4 +54,9 @@ Install HandBrake (optional).
|
|||||||
|
|
||||||
cd build && sudo make install
|
cd build && sudo make install
|
||||||
|
|
||||||
|
To start over, simply remove the `build` directory.
|
||||||
|
|
||||||
|
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||||
|
rm -rf build
|
||||||
|
|
||||||
[^default-path]: `/usr/local/bin` is included in the system's `PATH` by default. It is not necessary to add it to your environment's `PATH` when installing the additional dependencies to `/usr/local`.
|
[^default-path]: `/usr/local/bin` is included in the system's `PATH` by default. It is not necessary to add it to your environment's `PATH` when installing the additional dependencies to `/usr/local`.
|
||||||
|
|||||||
@ -57,6 +57,11 @@ Build HandBrake.
|
|||||||
|
|
||||||
When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb.dll` in `build/libhb`.
|
When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb.dll` in `build/libhb`.
|
||||||
|
|
||||||
|
To start over, simply remove the `build` directory.
|
||||||
|
|
||||||
|
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
|
||||||
|
rm -rf build
|
||||||
|
|
||||||
|
|
||||||
## Graphical interface
|
## Graphical interface
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user