[mythtv-users] CVS
Joseph A. Caputo
jcaputo1 at comcast.net
Thu Sep 11 09:46:06 EDT 2003
> -----Original Message-----
> From: mythtv-users-bounces at mythtv.org
> [mailto:mythtv-users-bounces at mythtv.org]On Behalf Of Audun Ytterdal
> Sent: Thursday, September 11, 2003 6:51 AM
> To: mythtv-users at mythtv.org
> Subject: [mythtv-users] CVS
>
>
>
> Hi, some questions about CVS:
>
> 1) Where are the Makefiles? Had to copy them from the
> release-tarballs.
Run qmake first to generate the makefiles.
> 2) Where is mythtv-setup?
If you've compiled the source, it's called just plain old 'setup' and lives
in the 'setup' directory in the top level of the main mythtv source.
> I want to create a new myth-plugin. Which one is easiest to start
> with?
I guess any of them, really. If you're just talking about figuring out the
stuff specific to the plugin architecture, everything should be in the
plugin's 'main.cpp' file. For learning other aspects of Myth programming,
pick a module and start poking around in the source. Most of the UI stuff
you'll want to understand is in libmyth.
-JAC
More information about the mythtv-users
mailing list