TDE development IDE
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.
 
 
 
 
 
 
Go to file
Darrell Anderson 2b84a5ebeb
Branding cleanup: menu, desktop, and docbook files.
12 years ago
admin@4af57bf229 Reset submodule main/tdevelop/admin to latest HEAD 12 years ago
buildtools Branding cleanup: menu, desktop, and docbook files. 12 years ago
cmake@d2f658ca47 Reset submodule main/tdevelop/cmake to latest HEAD 12 years ago
doc Branding cleanup: menu, desktop, and docbook files. 12 years ago
editors Branding cleanup: menu, desktop, and docbook files. 12 years ago
embedded Branding cleanup: menu, desktop, and docbook files. 12 years ago
kdevdesigner Branding cleanup: menu, desktop, and docbook files. 12 years ago
languages Branding cleanup: menu, desktop, and docbook files. 12 years ago
lib Branding cleanup: menu, desktop, and docbook files. 12 years ago
mimetypes [kdevelop] initial cmake support 14 years ago
parts Branding cleanup: menu, desktop, and docbook files. 12 years ago
pics Finish rename from prior commit 13 years ago
src Branding cleanup: KDE -> TDE, KDevelop -> TDevelop 12 years ago
vcs Branding cleanup: menu, desktop, and docbook files. 12 years ago
.gitmodules Fix FTBFS 13 years ago
AUTHORS Additional renaming of kde to tde 13 years ago
CMakeLists.txt Change naming prefix of XDG menu related files from kde -> tde. 12 years ago
COPYING Fixed remaining GPL address zip codes 15 years ago
COPYING.LIB Fixed remaining GPL address zip codes 15 years ago
ChangeLog Rename ksocket and kcache 13 years ago
ConfigureChecks.cmake [kdevelop] sync with new cmake macros 13 years ago
Doxyfile Update HTML install path references. 12 years ago
Doxyfile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Doxyfile_full.am Additional renaming of kde to tde 13 years ago
HACKING Additional renaming of kde to tde 13 years ago
HACKING.language Additional renaming of kde to tde 13 years ago
INSTALL Additional renaming of kde to tde 13 years ago
Makefile.am Change naming prefix of XDG menu related files from kde -> tde. 12 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Additional renaming of kde to tde 13 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
config.h.cmake [kdevelop] initial cmake support 14 years ago
configure.in.bot Additional renaming of kde to tde 13 years ago
configure.in.in Additional renaming of kde to tde 13 years ago
kdevassistant.desktop Branding cleanup: menu, desktop, and docbook files. 12 years ago
kdevprj2tdevelop Finish rename from prior commit 13 years ago
tde-development-tdevelop.directory Branding cleanup: menu, desktop, and docbook files. 12 years ago
tdevelop.desktop Branding cleanup: menu, desktop, and docbook files. 12 years ago
tdevelop.lsm Update lsm file. 12 years ago
tdevelop.m4.in Update HTML install path references. 12 years ago
tdevelop_c_cpp.desktop Branding cleanup: menu, desktop, and docbook files. 12 years ago
tdevelop_kde_cpp.desktop Branding cleanup: menu, desktop, and docbook files. 12 years ago
tdevelop_ruby.desktop Branding cleanup: menu, desktop, and docbook files. 12 years ago
tdevelop_scripting.desktop Branding cleanup: menu, desktop, and docbook files. 12 years ago
x-tdevelop.desktop Branding cleanup: menu, desktop, and docbook files. 12 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.tdevelop.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.