From 749460d8eac3f2cae4e140afc9a74b1da29ea9d1 Mon Sep 17 00:00:00 2001 From: David Somero Date: Sun, 1 Dec 2013 08:21:08 +0100 Subject: multimedia/mythtv: Added (mythical home media convergence PVR/DVR). Signed-off-by: Matteo Bernardini --- multimedia/mythtv/README.SLACKWARE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 multimedia/mythtv/README.SLACKWARE (limited to 'multimedia/mythtv/README.SLACKWARE') diff --git a/multimedia/mythtv/README.SLACKWARE b/multimedia/mythtv/README.SLACKWARE new file mode 100644 index 0000000000000..cbfc880ee4938 --- /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 + -- cgit v1.2.3