    ______________________________________________________________________

    GUIMUP     
    version 0.1.4

    for MPD 0.12 and above

    Copyright (C) 2008 - 2009 Johan Spee
    www.coonsden.com
    ______________________________________________________________________

    GUIMUP is a client for the Music Player Daemon (MPD) written in GTKMM and
    C++. The program can be used with most Linux desktops (GNOME, XFCE, KDE)
    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.
    Guimup turns MPD into a perfect desktop music player.
    ______________________________________________________________________

    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 GTKMM (libgtkmm 2.4 or above), which has
    dependencies of its own.
 
    To COMPILE from source additionally install libgtkmm-2.4-dev (2.4 or above).
    You will also need the usual dev packages, such as autoconf, make, automake
    and intltool. 'configure' will check this.
    
    To compile type:
    ./configure
    make
    sudo make install
    ______________________________________________________________________

    GNOME, XFCE and KDE

    Altough the program depends on GTKMM it does not require GNOME, nor is
    it integrated with GNOME in any way.
    ______________________________________________________________________
    
    USING GUIMUP

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