2009-04-05 08:22:17 +00:00
|
|
|
Tvheadend TV streaming server
|
|
|
|
=============================
|
2009-03-30 18:11:57 +00:00
|
|
|
|
2010-12-30 14:08:44 +01:00
|
|
|
(c) 2006 - 2010 Andreas Öman, et al.
|
2009-03-30 18:11:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2009-04-05 08:22:17 +00:00
|
|
|
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:
|
|
|
|
|
2012-04-13 00:45:18 +03:00
|
|
|
$ build.linux/tvheadend
|
2009-04-05 08:22:17 +00:00
|
|
|
|
2009-06-01 20:44:16 +00:00
|
|
|
Settings are stored in $HOME/.hts/tvheadend
|
2009-03-30 18:11:57 +00:00
|
|
|
|
|
|
|
For more information and latest versions, please visit:
|
|
|
|
http://www.lonelycoder.com/hts/
|