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.
Michele Calgaro
b664098e9a
|
11 years ago | |
---|---|---|
admin@b5c58c72eb | 11 years ago | |
buildtools | 11 years ago | |
cmake@f405562992 | 11 years ago | |
doc | 11 years ago | |
editors | 11 years ago | |
embedded | 11 years ago | |
languages | 11 years ago | |
lib | 11 years ago | |
mimetypes | 12 years ago | |
parts | 11 years ago | |
pics | 11 years ago | |
src | 11 years ago | |
tdevdesigner | 11 years ago | |
vcs | 11 years ago | |
.gitmodules | 13 years ago | |
AUTHORS | 11 years ago | |
CMakeLists.txt | 11 years ago | |
COPYING | 15 years ago | |
COPYING.LIB | 15 years ago | |
ChangeLog | 11 years ago | |
ConfigureChecks.cmake | 12 years ago | |
Doxyfile | 11 years ago | |
Doxyfile.am | 15 years ago | |
Doxyfile_full.am | 13 years ago | |
HACKING | 13 years ago | |
HACKING.language | 13 years ago | |
INSTALL | 13 years ago | |
Makefile.am | 11 years ago | |
Makefile.cvs | 15 years ago | |
NEWS | 15 years ago | |
README | 13 years ago | |
TODO | 15 years ago | |
config.h.cmake | 14 years ago | |
configure.in.bot | 11 years ago | |
configure.in.in | 11 years ago | |
tde-development-tdevelop.directory | 13 years ago | |
tde_app_devel.desktop | 11 years ago | |
tdevassistant.desktop | 11 years ago | |
tdevelop.desktop | 11 years ago | |
tdevelop.lsm | 13 years ago | |
tdevelop.m4.in | 12 years ago | |
tdevelop_c_cpp.desktop | 11 years ago | |
tdevelop_ruby.desktop | 11 years ago | |
tdevelop_scripting.desktop | 11 years ago | |
tdevelop_tde_cpp.desktop | 11 years ago | |
tdevprj2tdevelop | 11 years ago | |
x-tdevelop.desktop | 13 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.