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 10, 2024
1 parent 47c22f4 commit c2f2c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ For any support regarding this plugin, please create a github issue.
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`
6. `cp -R ../../xbmc/addons/pvr.waipu/ ../../xbmc/kodi-build/addons`


## Useful links
Expand Down

0 comments on commit c2f2c2b

Please sign in to comment.