diff --git a/Readme.md b/Readme.md index ec06cd1c..f8b33355 100644 --- a/Readme.md +++ b/Readme.md @@ -47,6 +47,13 @@ make make install ``` +The platform library was split from kodi-platform. Do the same as above for the new platform library: + +```shell +git clone https://github.com/Pulse-Eight/platform.git +... +``` + With these dependencies in place, the add-on can be built. Point CMake to the add-on's build system instead of `$HOME/workspace/xbmc/project/cmake/addons` ```shell