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
Timothy Pearson 054f5901ab
Rename KLocale to enhance compatibility with KDE4
12 years ago
admin@c5cef804fe Reset submodule main/tdevelop/admin to latest HEAD 12 years ago
buildtools Rename KStandard for enhanced compatibility with KDE4 12 years ago
cmake@274366fb8b Rename kiobuffer and KHTML 12 years ago
doc Rename KLocale to enhance compatibility with KDE4 12 years ago
editors Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
embedded Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kdevdesigner Rename a few build variables for overall consistency 12 years ago
languages Rename KLocale to enhance compatibility with KDE4 12 years ago
lib Rename KShared 12 years ago
mimetypes Fix various cmake build issues 12 years ago
parts Rename KStandard for enhanced compatibility with KDE4 12 years ago
pics
src Rename KStandard for enhanced compatibility with KDE4 12 years ago
vcs Rename KStandard for enhanced compatibility with KDE4 12 years ago
.gitmodules
AUTHORS
CMakeLists.txt Fix various cmake build issues 12 years ago
COPYING
COPYING.LIB
ChangeLog Rename KStandard for enhanced compatibility with KDE4 12 years ago
ConfigureChecks.cmake Add cmake support for WITH_GCC_VISIBILITY. 12 years ago
Doxyfile Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Doxyfile.am
Doxyfile_full.am
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
Makefile.am
Makefile.cvs
NEWS
README Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
TODO
config.h.cmake
configure.in.bot
configure.in.in
kdevassistant.desktop Branding: KDevelop -> TDevelop, fix menu 12 years ago
kdevprj2tdevelop Rename kioslaves 12 years ago
tde-development-tdevelop.directory Branding: KDevelop -> TDevelop, fix menu 12 years ago
tdevelop.desktop Branding: KDevelop -> TDevelop, fix menu 12 years ago
tdevelop.lsm
tdevelop.m4.in Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
tdevelop_c_cpp.desktop Branding: KDevelop -> TDevelop, fix menu 12 years ago
tdevelop_kde_cpp.desktop Branding: KDevelop -> TDevelop, fix menu 12 years ago
tdevelop_ruby.desktop Branding: KDevelop -> TDevelop, fix menu 12 years ago
tdevelop_scripting.desktop Branding: KDevelop -> TDevelop, fix menu 12 years ago
x-tdevelop.desktop Branding: KDevelop -> TDevelop, fix menu 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.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.