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
tpearson 2a74f91813
Automake updates
15 years ago
buildtools Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
doc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
editors Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
embedded Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevdesigner Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
languages * Fixed gcc4.4 compilation issues 15 years ago
lib * Fixed gcc4.4 compilation issues 15 years ago
mimetypes Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
parts Automake updates 15 years ago
pics Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
src Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
vcs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
COPYING.LIB Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ChangeLog Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ConfigureChecks.cmake Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Doxyfile Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 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 Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
HACKING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
HACKING.language Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 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 Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
config.h.cmake Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kde-development-kdevelop.directory Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevassistant.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop.lsm Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop.m4.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_c_cpp.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_kde_cpp.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_ruby.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_scripting.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevprj2kdevelop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
x-kdevelop.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

KDE API Documentation
---------------------------
If the KDE API documentation does not exist, it can be created
as follows:

  Install doxygen and the kdelibs 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.