I have been holding off building mythtv for a very long time. I have finally come up with a decent build routine and have built my own myth boxes from scratch now. Below are the steps I go through.
Check out what ever version of svn you want to build
Now to make mythtv:
./configure –prefix=/usr –enable-dvb –dvb-path=/usr/include –enable-xvmc –enable-opengl-vsync –enable-proc-opt –enable-libdts –enable-firewire –enable-xvmc-opengl
qmake mythtv.pro
make
make install
Now to make mythplugins:
./configure –prefix=/usr –enable-aac –disable-mytharchive –disable-mythbrowser –disable-mythcontrols
qmake mythplugins.pro
make
make install
Now to make and install myththemes:
./configure –prefix=/usr
make install
Get things setup so the backend starts automatically:
Create user and group mythtv
cp /dvr/scripts/mythtv-backend /etc/init.d
cp /dvr/scripts/mythtv-backend.default /etc/default/mythtv-backend
update-rc.d mythtv-backend defaults
mkdir /var/log/mythtv
make sure /root/.mythtv/mysql.txt is created and correct
/etc/init.d/mythtv-backend start
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
You must be logged in to post a comment.