An open API service indexing awesome lists of open source software.

https://github.com/robertknight/kdevelop

KDevelop IDE
https://github.com/robertknight/kdevelop

Last synced: 15 days ago
JSON representation

KDevelop IDE

Awesome Lists containing this project

README

        

KDevelop IDE and Platform
---------------------------
General information about KDevelop: http://www.kdevelop.org/index.html
List of features: http://www.kdevelop.org/index.html?filename=HEAD/features.html
List of requirements: http://www.kdevelop.org/index.html?filename=HEAD/requirements.html
Compiling instructions: http://www.kdevelop.org/index.html?filename=HEAD/branches_compiling.html

KDevelop Platform API Documentation
-------------------------------------
API documentation is available from http://api.kde.org/4.0-api/kdevelop-apidocs/index.html

To build it by yourself, make sure you have the kdelibs source available
Run
kdelibs/doc/api/doxygen.sh --doxdatadir=kdelibs/doc/common ./
in the KDevelop top source directory to generate the API documentation. kdelibs
refers to the kdelibs sources that you need to have downloaded.