diff options
Diffstat (limited to 'docs/README.Linux.md')
-rw-r--r-- | docs/README.Linux.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.Linux.md b/docs/README.Linux.md index 01ae57c9ee..2789aae1a6 100644 --- a/docs/README.Linux.md +++ b/docs/README.Linux.md @@ -252,6 +252,12 @@ Build a specific group of add-ons: ``` sudo make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons PREFIX=/usr/local ADDONS="pvr.*" ``` + +Clean-up binary add-ons: +``` +sudo make -C tools/depends/target/binary-addons clean +``` + For additional information on regular expression usage for ADDONS_TO_BUILD, view ADDONS_TO_BUILD section located here [Kodi add-ons CMake based buildsystem](../cmake/addons/README.md) **NOTE:** `PREFIX=/usr/local` should match Kodi's `-DCMAKE_INSTALL_PREFIX=` prefix used in **[section 4.1](#41-configure-build)**. |