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