Skip to content

Commit

Permalink
[readme] Add instructions for platform library split
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jun 23, 2015
1 parent ee5ad0e commit 447b7e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 447b7e8

Please sign in to comment.