Requirements
------------
 
A recent C++ compiler (tested with gcc 3.2.x but should also work with 2.95 or 3.3.x)
Qt (with threading support, e.g. under Debian, apt-get install libqt3-mt-dev) 
KDE 3.x (developed under 3.2.x, should work with all other 3.x.y releases) 
Ogle (minimum version 0.9.2 or greater)
A link from your DVD drive to /dev/dvd (this is now configurable through the Preferences dialog) 


Build/install notes
-------------------

When checking okle out from cvs you have to run
$ make -f Makefile.cvs
which will create the necessary build scripts.

Otherwise just run the usual
$ ./configure
$ make
$ make install    (as root)

If you don't see any icons and not all menus on start, configure with
$ ./configure --prefix=/path/to/kde
where you get the prefix path by looking after some KDE binaries
(e.g. "which konqueror") and taking the path without the trailing
/bin/konqueror, or typing
$ which konqueror | sed 's,/bin/konqueror$,,g'
at the prompt (e.g. for Debian and Redhat this is /usr).
Or, alternatively, you can set the KDEDIR environment variable to point to the 
directory where you installed oKle to. Setting this variable is generally a
good idea when you compile programs yourself.


For other questions please see the oKle homepage (okle.sourceforge.net)
and the Ogle FAQ at http://www.dtek.chalmers.se/groups/dvd/faq.shtml.


If it still does not work just contact me at <martin.piskernig@univie.ac.at>!
