This directory contains the music files for boson, see http://boson.eu.org
Note that you also need the "code" and "data" modules for the game.

To install:

export QTDIR=/path/to/qt
export KDEDIR=`kde-config --prefix`
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/where/to/install/to ..
make
make install

QTDIR is e.g. /usr/share/qt3 on debian systems.
