diff options
Diffstat (limited to 'docs/README.osx.md')
-rw-r--r-- | docs/README.osx.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.osx.md b/docs/README.osx.md index 78ba32dfe1..37ffd12c15 100644 --- a/docs/README.osx.md +++ b/docs/README.osx.md @@ -133,7 +133,7 @@ used to configure CMake. mkdir $HOME/Kodi/build cd $HOME/Kodi/build - /Users/Shared/xbmc-depends/buildtools-native/bin/cmake -G Xcode -DCMAKE_TOOLCHAIN_FILE=/Users/Shared/xbmc-depends/macosx10.12_x86_64-target/share/Toolchain.cmake ../project/cmake + /Users/Shared/xbmc-depends/buildtools-native/bin/cmake -G Xcode -DCMAKE_TOOLCHAIN_FILE=/Users/Shared/xbmc-depends/macosx10.12_x86_64-target/share/Toolchain.cmake .. The toolchain file location differs depending on your macOS and SDK version and you have to replace `macosx10.12_x86_64` in the filename above with the correct @@ -176,7 +176,7 @@ compile with make: mkdir $HOME/Kodi/build cd $HOME/Kodi/build - /Users/Shared/xbmc-depends/buildtools-native/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/Users/Shared/xbmc-depends/macosx10.12_x86_64-target/share/Toolchain.cmake ../project/cmake + /Users/Shared/xbmc-depends/buildtools-native/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/Users/Shared/xbmc-depends/macosx10.12_x86_64-target/share/Toolchain.cmake .. make The `-G` parameter defines the type of the generated project. Here it either @@ -194,6 +194,6 @@ Xcode, or if using makefiles by issuing: ## 6 References -- [project/cmake/README.md](https://github.com/xbmc/xbmc/tree/master/project/cmake/README.md) +- [cmake/README.md](https://github.com/xbmc/xbmc/tree/master/cmake/README.md) - [tools/depends/README](https://github.com/xbmc/xbmc/tree/master/tools/depends/README) - [MAC OS X section in forum.kodi.tv](http://forum.kodi.tv/forumdisplay.php?fid=56) |