diff options
Diffstat (limited to 'docs/README.Linux.md')
-rw-r--r-- | docs/README.Linux.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.Linux.md b/docs/README.Linux.md index 96402df713..83a9b729e6 100644 --- a/docs/README.Linux.md +++ b/docs/README.Linux.md @@ -236,6 +236,7 @@ Build a specific group of add-ons: ``` sudo make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons PREFIX=/usr/local ADDONS="pvr.*" ``` +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)**. |