diff options
Diffstat (limited to 'docs/README.macOS.md')
-rw-r--r-- | docs/README.macOS.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.macOS.md b/docs/README.macOS.md index 34bad23a38..02d4ef33fb 100644 --- a/docs/README.macOS.md +++ b/docs/README.macOS.md @@ -206,6 +206,12 @@ Generate makefiles: 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: ``` make -j$(getconf _NPROCESSORS_ONLN) -C build |