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.
Slávek Banko
3f0a15f60e
|
10 years ago | |
---|---|---|
admin@e1928ee8fc | 10 years ago | |
buildtools | 10 years ago | |
cmake@a4263ae0e1 | 10 years ago | |
doc | 10 years ago | |
editors | 10 years ago | |
embedded | 10 years ago | |
kdevdesigner | 10 years ago | |
languages | 10 years ago | |
lib | 10 years ago | |
mimetypes | 10 years ago | |
parts | 10 years ago | |
pics | ||
src | 10 years ago | |
vcs | 10 years ago | |
.gitmodules | ||
AUTHORS | ||
CMakeLists.txt | 10 years ago | |
COPYING | ||
COPYING.LIB | ||
ChangeLog | ||
ConfigureChecks.cmake | ||
Doxyfile | ||
Doxyfile.am | ||
Doxyfile_full.am | ||
HACKING | ||
HACKING.language | ||
INSTALL | ||
Makefile.am | ||
Makefile.cvs | ||
NEWS | ||
README | ||
TODO | ||
config.h.cmake | ||
configure.in.bot | ||
configure.in.in | ||
kdevassistant.desktop | 10 years ago | |
kdevprj2tdevelop | ||
tde-development-tdevelop.directory | ||
tdevelop.desktop | 10 years ago | |
tdevelop.lsm | ||
tdevelop.m4.in | ||
tdevelop_c_cpp.desktop | 10 years ago | |
tdevelop_kde_cpp.desktop | 10 years ago | |
tdevelop_ruby.desktop | 10 years ago | |
tdevelop_scripting.desktop | 10 years ago | |
x-tdevelop.desktop |
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.