blob: 3a68218ae55a0be87391bfd876e9467170402489 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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.
|