diff INSTALL @ 1:183e7cbc1036

Initial revision
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 10:23:04 +0000
parents
children e5c49367b899
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/INSTALL	Tue Jun 03 10:23:04 2003 +0000
@@ -0,0 +1,55 @@
+Requirements
+============
+- XMMS version 1.2.0 or later (http://www.xmms.org/)
+- libsidplay 1.36.xx or later (preferably latest version)
+- Gtk+ and Glib 1.2.2 or later (http://www.gtk.org/)
+
+
+Where to get XMMS?
+==================
+Latest version of XMMS should be available from
+
+	http://www.xmms.org/
+
+Please refer to XMMS documentation for information
+on it's usage and installation (etc).
+
+
+Where to get libsidplay?
+========================
+XMMS-SID requires the libsidplay to play the SID tunes
+(as XMMS-SID is just an "libsidplay interface for XMMS").
+
+The library is available at SIDPlay's homepage:
+
+http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
+
+You only need libsidplay, the sidplay-base is not necessary
+if you are sure that you don't need the commandline player.
+
+(NOTICE!!! XMMS-SID cannot use sidplay2 as it is completely
+different from sidplay v1!! Support may be added in future,
+however.)
+
+
+Installing xmms-sid
+===================
+
+Simply run the following commands:
+
+./configure
+make
+make install
+
+(Run "make install" as superuser/root if you are
+installing for the whole system.)
+
+
+Notes
+=====
+* If "configure" script is not present, run ./autogen.sh
+
+* The configure script uses xmms-config to guess the correct location
+  to install the plugin files (.so and .la). If you want to install them
+  to another place, run configure with --libdir=<path> option.
+