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.
|
2 weeks ago | |
---|---|---|
admin@9fdc22134b | 2 weeks ago | |
buildtools | 4 months ago | |
doc | 2 years ago | |
editors | 2 years ago | |
embedded | 2 years ago | |
kdevdesigner | 4 months ago | |
languages | 2 weeks ago | |
lib | 2 years ago | |
mimetypes | 3 years ago | |
parts | 2 weeks ago | |
pics | 3 years ago | |
src | 4 months ago | |
translations/desktop_files | 2 months ago | |
vcs | 4 months ago | |
.gitmodules | 2 years ago | |
AUTHORS | 9 years ago | |
CMakeL10n.txt | 9 months ago | |
CMakeLists.txt | 7 months ago | |
COPYING | 13 years ago | |
COPYING.LIB | 13 years ago | |
ChangeLog | 4 years ago | |
ConfigureChecks.cmake | 3 years ago | |
Doxyfile | 4 years ago | |
Doxyfile.am | 2 years ago | |
Doxyfile_full.am | 2 years ago | |
HACKING | 11 years ago | |
HACKING.language | 11 years ago | |
INSTALL | 11 years ago | |
Makefile.am | 2 years ago | |
Makefile.cvs | 13 years ago | |
NEWS | 13 years ago | |
README | 11 years ago | |
TODO | 13 years ago | |
config.h.cmake | 4 years ago | |
configure.in.bot | 9 years ago | |
configure.in.in | 4 years ago | |
kdevassistant.desktop | 3 years ago | |
kdevprj2kdevelop | 8 years ago | |
tde-development-tdevelop.directory | 3 years ago | |
tdevelop.desktop | 3 years ago | |
tdevelop.m4.in | 4 years ago | |
tdevelop_c_cpp.desktop | 3 years ago | |
tdevelop_kde_cpp.desktop | 3 years ago | |
tdevelop_ruby.desktop | 3 years ago | |
tdevelop_scripting.desktop | 3 years ago | |
x-tdevelop.desktop | 3 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.