2009-04-05 08:22:17 +00:00
|
|
|
Tvheadend TV streaming server
|
|
|
|
=============================
|
2009-03-30 18:11:57 +00:00
|
|
|
|
2012-10-03 00:19:50 +01: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
|
|
|
|
|
2012-10-03 00:19:50 +01:00
|
|
|
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
|
|
|
|
|
2012-10-03 00:19:50 +01:00
|
|
|
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:
|
|
|
|
|
2012-10-03 00:19:50 +01: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
|
|
|
|
2012-10-03 00:19:50 +01:00
|
|
|
Further information
|
|
|
|
===================
|
|
|
|
|
|
|
|
For more information about building, including generating packages please
|
|
|
|
visit https://www.lonelycoder.com/redmine/projects/tvheadend/wiki/Building
|