I'm currently running the SVN version of mythtv. I finally figured out that to do SVN update you have to be in the directory it downloaded the source to (silly) me.

So if I originally ran the "svn co ..." command in ~/mythsource, I assume that to update I do this:

cd ~/mythsource
cd mythtv
svn update
./configure
make
make install

cd ../mythplugins
svn update
./configure --enable-all
make
make install

(and for myththemes too)

Does that look right? Also, do I need to stop mythbackend/mythfrontend before doing "make install", or restart them once everything is installed?

Thanks,
Grant Emsley
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to