Skip to content

Commit

Permalink
[readme] Add link to forum post for standalone builds on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Sep 24, 2015
1 parent 0412f85 commit 208b60c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The add-on can then be built with `make`.

# Building stand-alone (development)

## Linux

Stand-alone builds are closer to "normal" software builds. The build system looks for its dependencies, by default with `/usr` and `/usr/local` prefixes.

To provide these dependencies yourself in a local working directory (`$HOME/kodi`), build Kodi with an installation prefix
Expand Down Expand Up @@ -66,6 +68,12 @@ cmake -DCMAKE_BUILD_TYPE=Debug \
..
```

## Windows

I'm still working on build instructions for stand-alone builds on Windows. The closest instructions may come from this helpful forum post: http://forum.kodi.tv/showthread.php?tid=173361&pid=2097898#pid2097898.

For now, follow the Windows instructions below.

# Building in-tree (cross-compiling)

Kodi's build system will fetch the add-on from the GitHub URL and git hash specified in [peripheral.joystick.txt](https://github.com/garbear/xbmc/blob/retroplayer-15.1/project/cmake/addons/addons/peripheral.joystick/peripheral.joystick.txt).
Expand Down

0 comments on commit 208b60c

Please sign in to comment.