diff options
author | Memphiz <memphis@machzwo.de> | 2015-02-14 23:50:04 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-02-17 21:36:34 +0100 |
commit | 600ca038b0898bb07b1fa3642dae8c19f96b0034 (patch) | |
tree | 2ba1077ea987027d697c42c85c65a952cb6eeec5 /docs/README.android | |
parent | 060c1dc48b96d53606eaa6c85698a5e52445b003 (diff) |
[docs] - adapt docs - binary addons (audioencoder, pvr) need to be built manually in an extra step from now on
Diffstat (limited to 'docs/README.android')
-rw-r--r-- | docs/README.android | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/README.android b/docs/README.android index ed7689066d..dd636d757b 100644 --- a/docs/README.android +++ b/docs/README.android @@ -200,6 +200,8 @@ on with the Android toolchain and creating an Android Application Package having to input these with each configure. # make -j <jobs> + # make -j <jobs> -C target/xbmc-pvr-addons + # make -j <jobs> -C target/xbmc-audioencoder-addons This build was designed to be massively parallel. Don't be afraid to give it a 'make -j20' or so. |