changeset 23:469efc05e01e

Updated documentation
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jun 2003 12:42:05 +0000
parents ac2972a7ccd5
children 271be59be975
files FAQ INSTALL README configure.in
diffstat 4 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/FAQ	Wed Jun 04 21:22:04 2003 +0000
+++ b/FAQ	Sat Jun 07 12:42:05 2003 +0000
@@ -83,7 +83,7 @@
    HVSC version 4.0 and more are coming. HVSC also contains the
    STIL database (SID Tune Information List) that contains lots
    of information about many of the tunes included in HVSC.
-   XMMS-SID supports the STIL database and info about the playing
+   XMMS-SID supports the STIL database and info about the selected
    tune can be viewed with the "XMMS fileinfo" window (CTRL+3).
    STIL information can contain comments from composers, notice
    if the tune is a cover and historically interesting facts
@@ -122,7 +122,7 @@
    a composing program. There are many available, I know only
    few of them:
 
-   - JCH's editor
+   - JCH's editor (search with google)
    - Cybertracker (http://noname.c64.org/)
    - GoatTracker (http://covertbitops.c64.org/)
 
@@ -130,6 +130,7 @@
    collection  which is an excellent place to look for info
    on games and other Commodore-related software.
    The URL is: http://www.lemon64.com/
+
    You should also check http://www.c64.com/
 
    Besides the above, you'll need some skill in using the
--- a/INSTALL	Wed Jun 04 21:22:04 2003 +0000
+++ b/INSTALL	Sat Jun 07 12:42:05 2003 +0000
@@ -8,16 +8,12 @@
   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!)
+- You need either one or both of the following:
+   * libsidplay1
+   * libsidplay2
 
-  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.
+   Not both are required, but having both is supported.
+   See below for more information about them.
 
 
 Where to get XMMS?
@@ -30,8 +26,8 @@
 on it's usage and installation (etc).
 
 
-Where to get libSIDPlay?
-========================
+Where to get libSIDPlay1?
+=========================
 The library is available at SIDPlay's homepage:
 
 http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
@@ -39,14 +35,17 @@
 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.
+You need the following packages:
+ - sidplay-libs-2.1.x  (earlier versions DON'T WORK)
+ - resid
+ - libsidutils-1.0.x
 
 
 Installing XMMS-SID
--- a/README	Wed Jun 04 21:22:04 2003 +0000
+++ b/README	Sat Jun 07 12:42:05 2003 +0000
@@ -1,6 +1,6 @@
 XMMS-SID - SIDPlay input plugin for X MultiMedia System (XMMS)
 ==============================================================
-(C) Copyright 2002-2003 Matti 'ccr/TNSP' Hämäläinen
+(C) Copyright 2001-2003 Matti 'ccr/TNSP' Hämäläinen
     (versions from v0.5 up to current)
 
 (C) Copyright 1999 Willem Monsuwe
--- a/configure.in	Wed Jun 04 21:22:04 2003 +0000
+++ b/configure.in	Sat Jun 07 12:42:05 2003 +0000
@@ -6,7 +6,7 @@
 AC_PREREQ(2.54)
 
 dnl Initialize
-AC_INIT(xmms-sid, 0.8.0rc1, ccr@tnsp.org)
+AC_INIT(XMMS-SID, 0.8.0rc1, ccr@tnsp.org)
 AC_COPYRIGHT([[(C) 2002 Michael Schwendt, Matti 'ccr' Hämäläinen]])
 AC_CONFIG_SRCDIR(src/xmms-sid.h)
 AM_INIT_AUTOMAKE