From d959b67aa899cae71e2fb09841a24912f9d28e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 5 Apr 2009 08:22:17 +0000 Subject: [PATCH] Update README --- README | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/README b/README index 6c92899e..82fba6db 100644 --- a/README +++ b/README @@ -1,22 +1,29 @@ -HTS "Home Theater System" is: - -* An OpenGL based media player (''Showtime'') -* A TV distribution / recording headend (''Tvheadend'') -* Hosted at http://www.lonelycoder.com/hts -* A GPLed project -* Maintained by Andreas Öman (andreas at lonelycoder.com) + + Tvheadend TV streaming server + ============================= + + (c) 2006 - 2009 Andreas Öman, et al. -Build and Install -================= -The top level configure and Makefile will build both Tvheadend -and Showtime. However, Showtime will only be built if the -necessary dev packages for a few libs are installed. -Read more here: http://trac.lonelycoder.com/hts/wiki/howtobuildhts +How to build for Linux +====================== +First you need to configure: +$ ./configure + +If any dependencies are missing the configure script will complain. +You then have the option to disable that particular module/subsystem. + +$ make + +Build the binary, after build the binary resides in 'build.Linux/'. +Thus, to start it, just type: + +$ build.Linux/tvheadend + +Settings are stored in ~andoma/.hts/tvheadend For more information and latest versions, please visit: http://www.lonelycoder.com/hts/ -