Kdebindings-3.5.2

Introduction to Kdebindings

The kdebindings provides the ability to write KDE applications in a variety of languages including Ruby, Perl, Python, Java, JavaScript, C#, and Smoke. For details see http://developer.kde.org/language-bindings/

Package Information

Kdebindings Dependencies

Required

kdebase-3.5.2

Recommended

Optional

GLib-1.2.10, GTK+-1.2.10, Python-2.4.4, Ruby-1.8.5, JDK-1.5.0_08, SeaMonkey-1.1, Mono, DotGNU Portable.NET, and Rotor

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdebindings

Installation of Kdebindings

Note: If KDE is installed in /opt/kde-3.5.2, you'll need to make a modification before the build using the following command:

sed -i -e 's@/usr@/opt/kde-3.5.2@' \
    python/pykde/configure.py

Install kdebindings with:

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

Now, as the root user:

make install

Contents

Installed Programs: Several support programs for software development
Installed Libraries: KDE bindings for various programming languages
Installed Directories: Subdirectories of /usr/lib and $KDE_PREFIX/share

Last updated on 2006-06-21 11:26:07 -0500