aboutsummaryrefslogtreecommitdiff
path: root/docs/README.Android.md
diff options
context:
space:
mode:
authorfuzzard <bmurphy@bcmcs.net>2019-06-28 14:32:45 +1000
committerfuzzard <bmurphy@bcmcs.net>2019-10-03 13:32:03 +1000
commit66aa582de978d50f74f31fe99ba6ca1e0fdd678d (patch)
tree1060138e78590a2e3a520e04085e6020a99838f4 /docs/README.Android.md
parent42de29130db70734c3a629876294465fb2cae261 (diff)
[cmakebuildsys] Add build_dir option + Docs
Allow supplying BUILD_DIR option to cmakebuildsys to define build location. Default will fall back to <source>/build if not supplied.
Diffstat (limited to 'docs/README.Android.md')
-rw-r--r--docs/README.Android.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.Android.md b/docs/README.Android.md
index b48a1591cd..0a85d64476 100644
--- a/docs/README.Android.md
+++ b/docs/README.Android.md
@@ -195,6 +195,12 @@ cd $HOME/kodi
make -C tools/depends/target/cmakebuildsys
```
+**TIP:** BUILD_DIR can be provided as an argument to cmakebuildsys. This allows you to provide an alternate build location. Change all paths onwards as required if BUILD_DIR option used.
+```
+mkdir $HOME/kodi-build
+make -C tools/depends/target/cmakebuildsys BUILD_DIR=$HOME/kodi-build
+```
+
Build Kodi:
```
cd $HOME/kodi/build