view INSTALL @ 7:e5c49367b899

Updated to 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 11:25:05 +0000
parents 183e7cbc1036
children 469efc05e01e
line wrap: on
line source

Requirements
============
- XMMS version 1.2.0 or later (http://www.xmms.org/)

- Gtk+ and Glib 1.2.8 or later (http://www.gtk.org/)

- C and C++-compiler. Preferably gcc and g++, I have
  no idea whether this compiles with any other
  compilers ... sorry.

- You need either or both of the following:
   * libsidplay1 v1.36.xx (or later version)
   * libsidplay2 v2.0.7 (NO LATER OR EARLIER VERSIONS!)

  NOTICE! You need at least v1 or v2, OR BOTH.


Earlier versions may or may not work; you may try,
but you'll need to edit configure.in for smaller
version numbers and then run autogen.sh.


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?
========================
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.

Where to get libSIDPlay2?
=========================
The library is available at SourceForge:

http://sidplay2.sourceforge.net/

NOTICE! Compiling sidplay2 may or may not be cumbersome,
since it is still heavily under development. Take care.


Installing XMMS-SID
===================
When you have the requirements installed and working
succesfully, you can try compiling XMMS-SID.

Invoke configure-script (use parameter --help for help)

$ ./configure


If configure went without errors, try compilation:

$ make

If that went OK too, then you may try installation:

# make install

(Run "make install" as superuser/root if you are
installing for the whole system.)