
    ______________________________________________________________________

    QUIMUP
    version 1.2.0

    for MPD 0.16.0 and above.
    ______________________________________________________________________

    QUIMUP is a client for the Music Player Daemon (MPD) written in c++ and
    QT4. The program can be used with most Linux desktops (KDE, GNOME, XFCE)
    and is covered by the General Public License (see LICENSE below).

    The clean interface makes controlling MPD's many features easy and intuitive.
    The focus is on mouse handling: playlist management is done entirely by
    drag-&-drop; playback functions are directly accessible from the system tray.
    Quimup turns MPD into a perfect desktop music player.

    Copyright (C) 2008 - 2011 Johan Spee
    quimup@coonsden.com
    ______________________________________________________________________

    LICENSE

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program (the file named COPYING).
    If not, see http://www.gnu.org/licenses/
    ______________________________________________________________________

    DEPENDENCIES

    To RUN this program depends on libmpdclient2 (>= 2.2), libqt4-network
    (>= 4.5), libqtgui4 (>= 4.5), libqtcore (>= 4.5), libmpdclient2
    (>= 2.2 and libc6 (>= 2.2) - and requires MPD 0.16.0 or above.

    To COMPILE from source additionally install the QT4 and libmpdclient
    development files (on Debian libmpdclient-dev and libqt4-dev), plus
    the usual: qmake, make, gcc, cpp etc.

    [1] To create the makefile run: qmake (or qmake-qt4).

    [2] To compile, next run: make.

    [3] To install the binary: sudo cp ./quimup /usr/bin/quimup
	(or run it from the source directory)
    ______________________________________________________________________

    KDE, GNOME and XFCE

    Altough the program depends on QT it does not require KDE or depend on
    other KDE libraries, nor is it integrated with KDE in any way.

    Gnome and XFCE users are recommended to install a KDE-independent QT theme
    (e.g. qtcurve). The utility qtconfig can be used to configure Qt.
    ______________________________________________________________________

    USING QUIMUP

    If MPD is configured correctly it's all click, drag and drop really.

    ****** CHECK OUT THE TIPS IN THE SETTINGS WINDOW ('ABOUT' TAB) ******
    ______________________________________________________________________

