diff options
author | fuzzard <fuzzard@kodi.tv> | 2020-09-24 16:05:30 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2020-09-28 13:44:41 +1000 |
commit | b73ba2dd66c11cffad7e30fca96873db9c2fd4db (patch) | |
tree | 8795577f40530004849b85fa3be973fb0154d0a2 /docs/README.tvOS.md | |
parent | 47be88b5acfa093b145e6467e9621a285a41675a (diff) |
[tools/depends] rework configure for apple platforms
reorder configure for apple platforms
introduce osx arm arch types
Update docs --with-platform mandatory usage for apple platforms
Update buildsteps ios/osx to use new mandatory --with-platform
Update samba to explicitly use -Wno-error=implicit-function-declaration since global use of flag was removed
Diffstat (limited to 'docs/README.tvOS.md')
-rw-r--r-- | docs/README.tvOS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.tvOS.md b/docs/README.tvOS.md index 483b613840..735cf2b443 100644 --- a/docs/README.tvOS.md +++ b/docs/README.tvOS.md @@ -86,6 +86,7 @@ git clone https://github.com/xbmc/xbmc kodi ## 4. Configure and build tools and dependencies Kodi can be built as a 64bit program only for tvOS. The dependencies are built in `$HOME/kodi/tools/depends` and installed into `/Users/Shared/xbmc-depends`. +**NOTE:** `--with-platform` is mandatory for all Apple platforms Configure build: ``` |