mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
.. | ||
app | ||
app_templates | ||
cmake | ||
debuggers | ||
documentation | ||
file_templates | ||
formatters | ||
kdeintegration | ||
languages | ||
pics | ||
projectbuilders | ||
projectmanagers | ||
providers | ||
utils | ||
.gitattributes | ||
.kateconfig | ||
.reviewboardrc | ||
AUTHORS | ||
CHANGELOG.4.7.1 | ||
CMakeLists.txt | ||
config.h.cmake | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LIB | ||
CTestConfig.cmake | ||
CTestCustom.cmake | ||
Doxyfile | ||
ExtraDesktop.sh | ||
format.config.uncrustify.2_spaces | ||
format.config.uncrustify.4_spaces | ||
format_sources | ||
HACKING | ||
HACKING.language | ||
INSTALL | ||
kdevelop.kdev4 | ||
kdevelop_bash_completion | ||
README | ||
README.devel | ||
README.htdig |
KDevelop IDE and Platform --------------------------- General information about KDevelop: http://www.kdevelop.org/ Compiling instructions: http://techbase.kde.org/Projects/KDevelop4/HowToCompile KDevelop Platform API Documentation ------------------------------------ API documentation is available from http://api.kde.org/extragear-api/kdevelop-apidocs/kdevplatform/html/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.