]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update README
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 5 Apr 2009 08:22:17 +0000 (08:22 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 5 Apr 2009 08:22:17 +0000 (08:22 +0000)
README

diff --git a/README b/README
index 6c92899e32157256c884c711f729b5b5643b891f..82fba6db537dfd2e424dca6fb6a2ef8ef92f3f93 100644 (file)
--- 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
+                   =============================
 
-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.
+                (c) 2006 - 2009 Andreas Öman, et al.
 
-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/
-