[SCM] kodi-pvr-hts/master: add intial build instructions to the README

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Mar 2 23:01:55 UTC 2016


The following commit has been merged in the master branch:
commit 09657735eae33bd85bb8324cb44f90de97e519a9
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date:   Sun Jan 3 15:32:00 2016 +0200

    add intial build instructions to the README
    
    This way people don't have to go hunting down the forums

diff --git a/README.md b/README.md
index 51d471e..1ac4da5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,21 @@
 [![Coverity Scan Build Status](https://scan.coverity.com/projects/5120/badge.svg)](https://scan.coverity.com/projects/5120)
 
-# Tvheadend HTSP PVR
-Tvheadend HTSP PVR client addon for [Kodi] (http://kodi.tv)
+# Tvheadend PVR addon for Kodi
+
+This is a [Kodi] (http://kodi.tv) PVR addon for connecting to a [tvheadend](https://tvheadend.org) backend.
+
+## Build instructions
+
+### Linux
+
+1. `git clone https://github.com/xbmc/xbmc.git`
+2. `git clone https://github.com/kodi-pvr/pvr.hts.git`
+3. `cd pvr.hts && mkdir build && cd build`
+4. `cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons`
+5. `make`
+
+The addon files will be placed in `../../xbmc/addons` so if you build Kodi from source and run it directly 
+the addon will be available as a system addon.
 
 ##### Useful links
 

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list