aboutsummaryrefslogtreecommitdiff
path: root/docs/README.linux
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.linux')
-rw-r--r--docs/README.linux6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/README.linux b/docs/README.linux
index caabad47c4..90729bd730 100644
--- a/docs/README.linux
+++ b/docs/README.linux
@@ -99,11 +99,13 @@ Tip: By adding -j<number> to the make command, you describe how many
Note: From v14 with commit 4090a5f a new API for binary audio encoder and pvr addons is available, if you need to compile them do:
- $ make -C tools/depends/target/xbmc-audioencoder-addons PREFIX=/<system prefix you added on step 4.1>
- $ make -C tools/depends/target/xbmc-pvr-addons PREFIX=/<system prefix you added on step 4.1>
+ $ make -C tools/depends/target/binary-addons PREFIX=/<system prefix you added on step 4.1>
.3 $ make install
+Note: if you only want to build specific addons you can specify like this:
+ $ make -C tools/depends/target/binary-addons PREFIX=/<system prefix you added on step 4.1> ADDONS="pvr.hts pvr.dvblink"
+
This will install Kodi in the prefix provided in 4.1 as well as a launcher script.
Note: You may need to run this with sudo (sudo make install) if your user doesn't have write permissions