Hi Picachu, On Sun, Sep 25, 2011 at 8:21 PM, Picachu Nioto <picachu.ni...@gmail.com> wrote: > Is there any thing else that I should install to configure my environment to > develop KDE applications.
techbase.kde.org has information on "Setting up a KDE development environment" (see the first link on the main page), but if you just want to work on single applications, cmake and the kdelibs development packages should be everything you need. A full development environment will only be necessary when you work on the libraries or base applications. > Could someone point me to pages explaining how to contribute to KDE > applications? It's a quite open process: Choose to which application you want to contribute, perhaps look through open bugs at bugs.kde.org for the application in question. Most KDE applications are in their own Git repository and can be cloned by git clone git://anongit.kde.org/APPNAME and built right away. If that does not work, ask here or in #kde-devel on Freenode for assistance. Once you have patches, you can post them to git.reviewboard.kde.org (or svn.reviewboard.kde.org for SVN-hosted apps) to have them reviewed. The reviewers will then help you with getting your work committed. Greetings Stefan >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<