diff options
author | Memphiz <memphis@machzwo.de> | 2015-03-10 15:05:34 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-03-11 21:44:25 +0100 |
commit | 4e60cfdc6f39bc0ce9fdf7235f1f37508d4928ca (patch) | |
tree | 96b232e8bdaaaf9d0852266eb8156bb155021e6c /docs/README.linux | |
parent | dba351033ddb3f7c8d26bea0b0bad8ecd1d26cc2 (diff) |
[depends/binaddons] - unify xbmc-pvr-addons and xbmc-audioencode-addons to binary-addons
Diffstat (limited to 'docs/README.linux')
-rw-r--r-- | docs/README.linux | 6 |
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 |