Skip to content

Commit

Permalink
Change instructions for development build
Browse files Browse the repository at this point in the history
The plugin has to be placed in the build directory of Kodi to be found.
  • Loading branch information
Rainer-Keller committed Dec 12, 2024
1 parent f402431 commit f76af49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ For any support regarding this plugin, please create a github issue.

1. `git clone --branch master https://github.com/xbmc/xbmc.git`
2. `git clone --branch Piers https://github.com/flubshi/pvr.waipu.git`
3. `cd pvr.waipu && mkdir build && cd build`
4. `cmake -DADDONS_TO_BUILD=pvr.waipu -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`
5. `make`
3. Build Kodi first
4. `cd pvr.waipu && mkdir build && cd build`
5. `cmake -DADDONS_TO_BUILD=pvr.waipu -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=<Kodi-build-dir>/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`
6. `make`


## Useful links
Expand Down

0 comments on commit f76af49

Please sign in to comment.