28 lines
613 B
Text
28 lines
613 B
Text
Tvheadend TV streaming server
|
|
=============================
|
|
|
|
(c) 2006 - 2010 Andreas Öman, et al.
|
|
|
|
|
|
|
|
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 $HOME/.hts/tvheadend
|
|
|
|
For more information and latest versions, please visit:
|
|
http://www.lonelycoder.com/hts/
|