diff options
author | Christian Fetzer <fetzer.ch@gmail.com> | 2016-12-17 23:10:39 +0100 |
---|---|---|
committer | Christian Fetzer <fetzer.ch@gmail.com> | 2016-12-22 19:09:36 +0100 |
commit | 418f31e424b9b4bfcfd205f3f789cb9ae1d42bb5 (patch) | |
tree | 738e65ec01f981808dc3a131e01ce4ed56788847 /cmake/README.md | |
parent | 5c99fb05b9f12ac318d9d503c305378565a92836 (diff) |
[docs] Update README.osx
Diffstat (limited to 'cmake/README.md')
-rw-r--r-- | cmake/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md index 75ea2677fe..6d338a447c 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -47,7 +47,7 @@ and that the mingw libs (ffmpeg, libdvd and others) are built using ### macOS For macOS the required dependencies can be found in -[docs/README.osx](https://github.com/xbmc/xbmc/tree/master/docs/README.osx). +[docs/README.osx.md](https://github.com/xbmc/xbmc/tree/master/docs/README.osx.md). On macOS it is necessary to build the dependencies in `tools/depends` using `./bootstrap && ./configure --host=<PLATFORM> && make`. The other steps such |