Skip to content

Commit

Permalink
Add Coverity and Travis badges and build instructions for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hudokkow committed Jan 29, 2016
1 parent 67c6312 commit e4306bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
[![Build Status](https://travis-ci.org/kodi-pvr/pvr.pctv.svg?branch=master)](https://travis-ci.org/kodi-pvr/pvr.pctv)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5120/badge.svg)](https://scan.coverity.com/projects/5120)

# PCTV PVR
PCTV PVR client addon for [Kodi] (http://kodi.tv)

## Build instructions

### Linux

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

##### Useful links

* [Kodi's PVR user support] (http://forum.kodi.tv/forumdisplay.php?fid=167)
Expand Down

0 comments on commit e4306bc

Please sign in to comment.