Skip to content

Commit

Permalink
Update build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuehlma committed Dec 24, 2018
1 parent 4688f45 commit d44651f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This is a [Kodi](https://kodi.tv) PVR addon for streaming live TV from [zattoo](

## Build instructions

1. `git clone -b zattoo https://github.com/rbuehlma/xbmc`
2. `git clone -b zattoo https://github.com/rbuehlma/pvr.zattoo.git`
1. `git clone https://github.com/xbmc/xbmc`
2. `git clone https://github.com/rbuehlma/pvr.zattoo`
3. `cd pvr.zattoo && mkdir build && cd build`
4. `cmake -DADDONS_TO_BUILD=pvr.zattoo -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons`
4. `cmake -DADDONS_TO_BUILD=pvr.zattoo -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`
5. `make package-pvr.zattoo`

0 comments on commit d44651f

Please sign in to comment.