KnoppMyth downloads | documentation | HowTo | reporting bugs | links | Recent Changes  
search for in the  

What is a Wiki?

See WikiWikiWeb

If you don't know how to use a wiki see the WikiHowto

ErfurtWiki is maintained by a loosely knit group of developers.

Quick Links

Related sites

Contact

Please submit website bugs in the BugReports

Contribute!

Please file any wishes on UserSuggestions.

Hosted By

Compile MythTV from CVS

Note This page is no longer relevant MythTV now uses SVN (subversion) for development.

This document informs you on how to download and run the latest CVS builds of the core MythTV package. It assumes that you already have a working Knoppmyth R4V5 client running MythTV 0.16.

Please note that it is very easy to stop MythTV working if the latest cvs build is broken. It is strongly recommended that you join the http://www.mythtv.org/mailman/listinfo/mythtv-commits/ and http://www.mythtv.org/mailman/listinfo/mythtv-dev/ mailing lists.

Installing CVS client

If you have never used CVS before, you will probably need to install it using apt-get install cvs

Download from CVS

To download mythtv from cvs, follow this script at a Linux command prompt after logging on to your mythtv box.

 
mkdir ~mythtv
cd ~mythtv
cvs -d :pserver:mythtv@cvs.mythtv.org:/var/lib/mythcvs login
Logging in to :pserver:mythtv@cvs.mythtv.org:/var/lib/mythcvs
CVS password: mythtv
cvs -z3 -d :pserver:mythtv@cvs.mythtv.org:/var/lib/mythcvs checkout mythtv

Configuring the source code

After the download completes (and this can take some time), you need to configure the MythTV sourcecode for your Knoppmyth installation. This is done (as of March 2005) using the configure script. Use the following commands to see a list of options for this script.

cd ~/mythtv/mythtv
./configure --help

Before you can compile MythTV on Knoppmyth you need to run configure with at least the --prefix option.

cd ~/mythtv/mythtv
./configure --prefix=/usr

You also need to change or enable any additional features of MythTV you want now such as DVB support (see DVBHowTo).

Compiling MythTV

To compile MythTV use these commands, and have a cup of coffee, this will take some time.

cd ~/mythtv/mythtv
export QTDIR=/usr/share/qt3
qmake mythtv.pro
make

Install MythTV

Its useful to backup the original release version of MythTV first.

mkdir ~/mythtvbackup
cp --no-dereference /usr/lib/libmyth* ~/mythtvbackup/
cp /usr/bin/myth* ~/mythtvbackup/

to install the newly compiled cvs version, run

/etc/init.d/mythtv-backend stop
cd ~/mythtv/mythtv
sudo make install

/etc/init.d/mythtv-backend start

To Update your local CVS copy of the sourcecode

cd ~mythtv
cvs -d :pserver:mythtv@cvs.mythtv.org:/var/lib/mythcvs login
Logging in to :pserver:mythtv@cvs.mythtv.org:/var/lib/mythcvs
CVS password: mythtv
cvs -z3 -d :pserver:mythtv@cvs.mythtv.org:/var/lib/mythcvs update mythtv


UpdatedPages

· HowTo last changed on Thu Sep 2 01:33:37 2010
· LinuxTips last changed on Wed Sep 1 08:31:37 2010
· RepairingMythConvergDB last changed on Wed Sep 1 01:56:32 2010
· KnoppMythWiki last changed on Sun Aug 29 14:22:57 2010
· Links last changed on Sat Aug 28 14:11:13 2010
· R5A12DvdRipping last changed on Fri Aug 27 22:24:09 2010
· KnoppMythInstall last changed on Thu Aug 26 02:30:11 2010
· HVR950HowTo last changed on Mon Aug 23 11:00:20 2010
· TinnyAudioPVR150 last changed on Mon Aug 23 01:14:01 2010
· MythVodkaHowTo last changed on Mon Aug 23 00:48:53 2010
· x11vncHowTo last changed on Tue Aug 17 08:20:17 2010
· PickingComponents last changed on Tue Aug 17 08:19:41 2010
· MediaMVP_LinuxHOWTO last changed on Tue Aug 17 08:17:10 2010
· webminhowto last changed on Tue Aug 17 08:11:10 2010
· MythTVBurn_Scripts_HowTo last changed on Mon Aug 16 15:44:19 2010
· TVOverScanHowto last changed on Wed Aug 4 04:12:50 2010
· EditThisPage last changed on Wed Aug 4 04:10:39 2010
· R5.5/R6.x Differences Table and Equivalent Commands last changed on Wed Aug 4 00:27:20 2010
· TroubleShooting last changed on Tue Aug 3 20:00:33 2010
· Media_Center_Edition_Remote_Control last changed on Tue Aug 3 08:19:13 2010
· kworld115HowTo last changed on Tue Aug 3 08:12:26 2010
· WhatRemoteYouUse last changed on Sun Aug 1 11:51:11 2010
· WhatCardYouUse last changed on Sun Aug 1 11:50:25 2010
· HardwareAcceleratedVideo last changed on Tue Jul 27 09:15:10 2010
· DisklessFrontend last changed on Tue Jul 27 09:13:29 2010
· CompileMythTVFromSVN last changed on Tue Jul 27 07:39:28 2010
sitemap |