diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-02-03 08:00:00 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-02-03 08:00:00 +0100 |
commit | 96982778bb1667afe3b05de9c3b1cdef27e55ebf (patch) | |
tree | e00946988ec7a0736c05c603b00727605f35d434 /docs | |
parent | 4020c8649d335d92173dc3232377bed6120d4a1f (diff) |
[osx] deployment target is 10.8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.osx.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/README.osx.md b/docs/README.osx.md index 473515f81c..7fae40dca7 100644 --- a/docs/README.osx.md +++ b/docs/README.osx.md @@ -29,7 +29,7 @@ There are 3 ways to build Kodi for Mac: Kodi for Mac is composed of a main binary with numerous dynamic libraries and codecs that support a multitude of music and video formats. -The minimum version of OSX you need to run(!) Kodi is 10.7 atm. +The minimum version of OSX you need to run(!) Kodi is 10.8 atm. - On Mavericks (OSX 10.9.x) we recommend using Xcode 6.1. - On Yosemite (OSX 10.10.x) we recommend using Xcode 6.4. @@ -37,9 +37,6 @@ The minimum version of OSX you need to run(!) Kodi is 10.7 atm. - On Sierra (macOS 10.12.x) we recommend using Xcode 8.x. - On High Sierra (macOS 10.13.x) we recommend using Xcode 9.x. -**ATTENTION**: You need to download and install XQuartz from <https://xquartz.macosforge.org/landing/> -since its not part of macOS anymore since 10.8. - ## 2 Getting the source code cd $HOME |