Installation Instructions
-------------------------

   1. Install all required dependencies:

  	  * FOX 1.6.x (recommended)

        or

      * FOX 1.7.x (latest development release, see README file for details)

	    * xine-lib >= 1.1 (1.1.8 recommended)
  	  * sqlite >= 3.3.8
    	* taglib >= 1.4
    	* taglib-extras >= 0.1 (optional, for mp4/asf support)
      * dbus 1.0.x (optional, needed for tray icon)

      * libfetch (runtime dependency)
        (needed for m3u and pls internet streams)

      The optional tray icon program requires

      * GTK+ 2.10
      * dbus-glib 1.0.x


   2. Run the configure script:

      > ./configure

   3. Compile

      > make

   4. If everything compiled fine, you are ready to install Goggles Music Manager in its final location.
   		By default this will be in /usr. Using the --prefix option on the configure command line you may
   		change this to something else (eg. ./configure --prefix=/usr/local )

			> su
      > make install

   5. Run the software

			> gmm

For package maintainers
-----------------------

	- xdg-icon-resource/xdg-desktop-menu are not used anymore.

   * All icons are installed in (prefix)/share/icons/hicolor/
	 * gmm.desktop is installed in (prefix)/share/applications
	 * gtk-update-icon-cache may need to be run in order to have the new icons be found.

	- Support DESTDIR variable when running make instal:

			make DESTDIR=/some/package install

		This will install gmm in /some/package/(prefix)/bin/gmm
