Difference between revisions of "KDevelop"

From CBLFS
Jump to navigationJump to search
m (Runtime)
m (Runtime)
Line 26: Line 26:
 
* [[htdig]] (for help search)
 
* [[htdig]] (for help search)
 
* [[ctags]] (for functions search)
 
* [[ctags]] (for functions search)
* [[valgrind]] (for testing]]
+
* [[valgrind]] (for testing)
  
 
== Non-Multilib ==
 
== Non-Multilib ==

Revision as of 02:29, 3 March 2007

Download Source: ftp://ftp.kde.org/pub/kde/stable/3.5.10/src/kdevelop-3.3.6.tar.bz2

Dependencies

Required

  • KdeLibs (with docs, generated by Doxygen)
  • KdeBase (with docs, generated by Doxygen)

Optional

Runtime

Non-Multilib

Compile the package:

./configure --prefix=$KDE_PREFIX \
    --disable-debug --disable-dependency-tracking &&
make

Compile documentation:

make apidox

Install the package

make install

Multilib

32Bit

TO DO...

N32

TO DO...

64Bit

TO DO...