
**************************************
*  KAFFEINE README for version 0.4   *
**************************************


For the last version of Kaffeine look at http://kaffeine.sourceforge.net


REQUIREMENTS:

 - libxine >= 1.0beta4  (http://xine.sourceforge.net)
   (Equalizer only works with version  >=1.0rc0)
 - kde >= 3.0  (http://www.kde.org)

 Recommended:

 - lib Xtest 



INSTALLATION:

In order to compile and install Kaffeine on your system, type the following in the base
directory of the Kaffeine distribution:

If you checked out from CVS first run ./autogen.sh to build configure!

 1.) ./configure -prefix=KDEDIR  (e.g. for SuSE: --prefix=/opt/kde3)
     (use ./configure --help for more options)

 2,) make

 3.) make install (or - checkinstall - if availiable)

On the homepage you can also finde some rpm's! 

Problems? Use the kaffeine-user mailing-list: https://lists.sourceforge.net/lists/listinfo/kaffeine-user



MOZILLA PLUGIN:

You'll find it here: KDEDIR/lib/kaffeineplugin/kaffeineplugin.so. Kaffeine will it link automatically with
$HOME/.mozilla/plugins on first run.



KDE 3.2:

The docbook format is changed since version 3.2. So please remove "doc" from the SUBDIRS-List in Makefile.am
before running configure.



SuSE USERS:

- Don't forget to run configure with --prefix=/opt/kde3 - or set the environment variable $KDEDIR

- If you get some compiler errors like XINE_EVENT_UI_NUM_BUTTONS not found - please install the xine-lib from
http://www.xinehq.de or the RPMs from http://packman.links2linux.org. Don't use the SuSE-RPMs!



LICENCE:

This programm is distributed under the terms of the GPL v2. You can find a copy of the
licence in the file COPYING



