Optional prefixes: [g]oogle, [m]ap  
[w]ikipedia, [snopes]  

home » work in progress » compiling mythtv frontend

Compiling MythTV Frontend

Compiling

$ svn co http://svn.mythtv.org/svn/branches/release-0-23-fixes/mythtv
$ cd mythtv
$ ./configure --prefix=/usr/local --disable-backend
$ make
$ sudo checkinstall (correct package name and version number)
$ sudo ldconfig


top

Running

Make sure that the mythtv-backend and mysql-server is running on the external IP address, rather than 127.0.0.1 or localhost.

Set a PIN number on the backend set-up.

$ /usr/local/bin/mythfrontend
Share

top