This document describes how to install the current version of the
kdebindings. NOTE: This version of the kdebindings is to be considered an
alpha version. Neither the current code nor the build process is simple
enough for the end user. 


Because of some problems with the libtool (a hacked version is included),
building the kdebindings is a bit uncomfortable.

The first step is like usual:

$ configure

From now on, it is necessary to make _and_ install the individual libraries,
so that the inter-library-dependencies can be resolved. So do

$ (cd swiglib; make; make install)
$ (cd kbindings/qt; make; make install)
$ (cd kbindings/kdecore; make; make install)
$ (cd kbindings/kdeui; make; make install)
$ (cd kbindings/kfile; make; make install)
$ (cd kbindings/python; make install)

Alternatively, you can use the script MakeInstall

$ MakeInstall

for the last steps.


12.6.1998 Matthias Hoelzer (hoelzer@kde.org)

