slackbuilds_ponce/multimedia/mythtv/README.SLACKWARE
David Somero 749460d8ea multimedia/mythtv: Added (mythical home media convergence PVR/DVR).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2013-12-02 00:58:02 -06:00

14 lines
437 B
Text

README.SLACKWARE for mythtv
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
If you get an error about timezones run
# mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
Detailed instructions for mythtv can be found here:
http://www.mythtv.org/wiki/index.php/User_Manual:Initial_Installation