Change the sourceforge logo link to point to the gssmp page.
[gssmp.git] / README
blob3552696274c779482de6c0bfe902c3f124fb682b
1 Gnome Simple Stateful Music Player
2 ==================================
4 Intro
5 -----
7 GSSMP is a music player designed to work with Gnome.  It does not store a
8 database of all your music, but is designed to work with music files organised
9 into directories.  It is small, unobtrusive, and tries to do what you would
10 expect, instead of asking you questions.
12 It remembers which file was playing on exit, and continues that file from the
13 same place when you start again.  It remembers tracks you have been listening
14 to recently and displays them in the "Recent" menu.
16 GSSMP has been developed on Linux, but should theoretically work with any
17 operating system that supports the standard GNOME environment.
19 Full documentation may be found in the Help menu of the program.  This file
20 only contains brief instructions on how to use the binary and source tarballs,
21 and some licence information.
23 Installing
24 ----------
26 The easiest way to install GSSMP is to use a package created for your Linux
27 distribution.  You can find some of these packages at http://gssmp.sf.net
28 or you may even find it is already included with your distro.
30 If you'd like to use the generic binary, download the file gssmp-*.tar.bz2 from
31 the "gssmp" package on sourceforge, and do this:
33 tar -xjf gssmp-*-bin.tar.bz2
34 cd gssmp-*-bin
35 cd bin
36 ./gssmp
38 Alternatively, if you'd like to install from source, download the source
39 tarball and follow these steps:
41 tar -xjf gssmp-*.tar.bz2
42 cd gssmp-*
43 ./configure
44 make
45 make install
47 There are more details in the file INSTALL.
49 Licence
50 -------
52 Gnome Simple Stateful Music Player is copyright (C) 2007 Andy Balaam.
54 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
56 the Free Software Foundation; either version 2 of the License, or
57 (at your option) any later version.
59 This program is distributed in the hope that it will be useful,
60 but WITHOUT ANY WARRANTY; without even the implied warranty of
61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62 GNU General Public License for more details.
64 You should have received a copy of the GNU General Public License
65 along with this program; if not, write to the Free Software
66 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
68 See the file COPYING for more details.