mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
749460d8ea
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
14 lines
437 B
Text
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
|
|
|