tvheadend/README

31 lines
686 B
Text
Raw Normal View History

2009-04-05 08:22:17 +00:00
Tvheadend TV streaming server
=============================
2009-03-30 18:11:57 +00:00
(c) 2006 - 2012 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 or attempt
to disable optional features.
2009-04-05 08:22:17 +00:00
$ make
Build the binary, after build the binary resides in 'build.linux/'.
2009-04-05 08:22:17 +00:00
Thus, to start it, just type:
$ ./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
Further information
===================
For more information about building, including generating packages please
visit https://www.lonelycoder.com/redmine/projects/tvheadend/wiki/Building