On Wed, Jan 07, 2004 at 08:10:08PM -0500, Robert Tilley wrote: > I would like to apt-get source code and projects that can be loaded into > KDevelop so I can learn KDE programming. > > Can anyone help a young (sic), budding programmer?
apt-get source gets you the debian packaging of parts of the KDE tree. This is a much bigger, and somewhat different, chunk than a particular KDevelop project. You could probably pull one out from on such source package, however. I suppose some of the more application like individual packages might be closer to what you want. KDevelop 3 (aka Gideon) may not have too much in common with KDevelop 2. The kdesdk package (not sure if it's in Debian, but available via cvs and other methods from KDE) is "a collection of applications and tools used by KDE developers. It also has example code for use in learning KDE programming or starting a new KDE application." Might be worth a look. I have yet to do any serious KDE development (aside from trying to get it the system itself to compile!), so just take these as pointers.