docs: Add starting over to build instructions.

This commit is contained in:
Bradley Sepos 2016-12-26 19:05:31 -05:00
parent 756d9ab870
commit f202c29406
6 changed files with 30 additions and 0 deletions

View File

@ -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.
cd build && sudo make install
To start over, simply remove the `build` directory.
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
rm -rf build

View File

@ -54,4 +54,9 @@ Install HandBrake (optional).
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`.

View File

@ -57,6 +57,11 @@ Build HandBrake.
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

View File

@ -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.
cd build && sudo make install
To start over, simply remove the `build` directory.
if [[ "$(basename $(pwd))" == "build" ]]; then cd ..; fi
rm -rf build

View File

@ -54,4 +54,9 @@ Install HandBrake (optional).
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`.

View File

@ -57,6 +57,11 @@ Build HandBrake.
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