blob: a4868b8614914bf99ba15499d2bf764092807bc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
MythTV is a GPL licensed suite of programs that allow you to build the
mythical home media convergence box on your own using Open Source software
and operating systems. MythTV is known to work on Linux and Mac OS X
(PowerPC and Intel).
You need to create a database before you can run mythtv:
> mysql -u root -p < /usr/share/mythtv/database/mc.sql
Then run mythtv-setup to configure mythtv
> mythtv-setup
Detailed instructions for mythtv can be found here:
http://www.mythtv.org/wiki/index.php/User_Manual:Initial_Installation
Mythtv requires lame, and optionally can use xmltv (to create the program
listings if you live outside of North America) and lirc (for IR remote control)
|