diff options
Diffstat (limited to 'multimedia/mythtv/README.SLACKWARE')
-rw-r--r-- | multimedia/mythtv/README.SLACKWARE | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/mythtv/README.SLACKWARE b/multimedia/mythtv/README.SLACKWARE new file mode 100644 index 0000000000..cbfc880ee4 --- /dev/null +++ b/multimedia/mythtv/README.SLACKWARE @@ -0,0 +1,14 @@ +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 + |