You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
admin@a7f75ac0ff | 4 months ago | |
buildtools | 1 year ago | |
doc | 2 years ago | |
editors | 1 year ago | |
embedded | 1 year ago | |
kdevdesigner | 4 months ago | |
languages | 1 year ago | |
lib | 1 year ago | |
mimetypes | 2 years ago | |
parts | 4 months ago | |
pics | 2 years ago | |
src | 2 years ago | |
translations/desktop_files | 11 months ago | |
vcs | 1 year ago | |
.gitmodules | 1 year ago | |
AUTHORS | 8 years ago | |
CMakeL10n.txt | 3 weeks ago | |
CMakeLists.txt | 3 weeks ago | |
COPYING | 13 years ago | |
COPYING.LIB | 13 years ago | |
ChangeLog | 4 years ago | |
ConfigureChecks.cmake | 2 years ago | |
Doxyfile | 4 years ago | |
Doxyfile.am | 2 years ago | |
Doxyfile_full.am | 2 years ago | |
HACKING | 10 years ago | |
HACKING.language | 10 years ago | |
INSTALL | 10 years ago | |
Makefile.am | 1 year ago | |
Makefile.cvs | 13 years ago | |
NEWS | 13 years ago | |
README | 10 years ago | |
TODO | 13 years ago | |
config.h.cmake | 3 years ago | |
configure.in.bot | 8 years ago | |
configure.in.in | 4 years ago | |
kdevassistant.desktop | 2 years ago | |
kdevprj2kdevelop | 7 years ago | |
tde-development-tdevelop.directory | 2 years ago | |
tdevelop.desktop | 2 years ago | |
tdevelop.m4.in | 4 years ago | |
tdevelop_c_cpp.desktop | 2 years ago | |
tdevelop_kde_cpp.desktop | 2 years ago | |
tdevelop_ruby.desktop | 2 years ago | |
tdevelop_scripting.desktop | 2 years ago | |
x-tdevelop.desktop | 2 years ago |
README
KDE API Documentation
---------------------------
If the KDE API documentation does not exist, it can be created
as follows:
Install doxygen and the tdelibs sources. Then
make apidox
make install-apidox
After that you should follow the instructions at:
http://www.kdevelop.org/index.html?filename=branches_compiling.html
to compile KDevelop
For the graphical classbrowser, you need the program 'dot'
from the graphviz package which can be downloaded from
www.graphviz.org. This is only a runtime dependency!
If you are experiencing build problems related to .moc files, try
rm *.moc*
make force-reedit
in the source directory where the build system complains.