summaryrefslogtreecommitdiffstats
path: root/multimedia/mythtv/README.SLACKWARE
diff options
context:
space:
mode:
author David Somero2013-12-01 08:21:08 +0100
committer Robby Workman2013-12-02 07:58:02 +0100
commit749460d8eac3f2cae4e140afc9a74b1da29ea9d1 (patch)
tree3d7d4280fb9e59460abefc0170ec1dc0fe296d1e /multimedia/mythtv/README.SLACKWARE
parent0c01842e9a9b21835ba447cb9a4254ddb4e68203 (diff)
downloadslackbuilds-749460d8eac3f2cae4e140afc9a74b1da29ea9d1.tar.gz
multimedia/mythtv: Added (mythical home media convergence PVR/DVR).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/mythtv/README.SLACKWARE')
-rw-r--r--multimedia/mythtv/README.SLACKWARE14
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
+