https://github.com/robertknight/kdevelop
KDevelop IDE
https://github.com/robertknight/kdevelop
Last synced: 15 days ago
JSON representation
KDevelop IDE
- Host: GitHub
- URL: https://github.com/robertknight/kdevelop
- Owner: robertknight
- License: gpl-2.0
- Created: 2008-04-04T23:50:40.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2008-05-04T23:37:29.000Z (almost 17 years ago)
- Last Synced: 2025-03-29T07:22:11.918Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 2.78 MB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
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.htmlKDevelop Platform API Documentation
-------------------------------------
API documentation is available from http://api.kde.org/4.0-api/kdevelop-apidocs/index.htmlTo 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.