# HG changeset patch # User Matti Hamalainen # Date 1352286577 -7200 # Node ID b8b9da405e8cfeb7da6f88248e4eca8be399e265 # Parent 2d0f374ab51a9664b9236274f0daddfae255e8c3 Update documentation a bit. diff -r 2d0f374ab51a -r b8b9da405e8c BUGS --- a/BUGS Wed Nov 07 13:02:21 2012 +0200 +++ b/BUGS Wed Nov 07 13:09:37 2012 +0200 @@ -1,6 +1,6 @@ XMMS-SID - Known issues ======================= -* SIDPlay2 filter configuration is not implemented as of 0.8.0beta17. +* SIDPlay2 filter configuration is not implemented as of 0.8.90. * There _may_ be some endianess problems that I'm not aware of. PLEASE bugger me, if you notice any! :) diff -r 2d0f374ab51a -r b8b9da405e8c INSTALL --- a/INSTALL Wed Nov 07 13:02:21 2012 +0200 +++ b/INSTALL Wed Nov 07 13:09:37 2012 +0200 @@ -91,23 +91,40 @@ well, but remember to also install the corresponding -dev/-devel package so that XMMS-SID can be compiled. -If you can't find pre-made packages for your OS, source tarballs -for libSIDPlay1 are available at SIDPlay's homepage: +For example, in Debian (or Ubuntu): + +$ apt-get install libsidplay1-dev -http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/linux.html +If your OS/distribution does not offer packaged libSIDPlay1, head to: -You only need libsidplay, the sidplay-base is not necessary -for building or using XMMS-SID (it contains a command-line -SID-player). +http://www.tnsp.org/?p=libsidplay1 Where to get and how to install libSIDPlay2? ============================================ -Please read the following web-page: +You might have it in your $OS_DISTRIBUTION of preference. For example +Debian should have a compatible set of packages available, try: + +$ apt-get install libsidplay2-dev libresid-builder-dev + +If your OS/distribution does not offer packaged libSIDPlay1, head to: http://www.tnsp.org/?p=libsidplay2 +Where to get libSIDPlay-FP? +=========================== + +$ apt-get install libsidplayfp-dev + +Or head to: + +http://sourceforge.net/projects/sidplay-residfp/ + +Version 0.3.7 should be compatible. Earlier and later ones might not, +as the API seems to be in flux at the moment. + + Building a Mercurial-version ============================ To build a version of XMMS-SID from Mercurial repository, @@ -115,7 +132,7 @@ - GNU autoconf 2.60 or newer - GNU automake 1.11 or newer - - GNU libtool 1.5.22 or newer + - GNU libtool 2.4.2 or newer - Glade for Gtk+ 1.2 programs (I use Glade 0.6.4) Source repository can be fetched via Mercurial using: