Here's a direct link to the File Archive.
Install instructions are contained in the file INSTALL. Make sure that you've checked your system requirements before downloading anything. The RPM files have been generated on a SuSE 7.3 system, so they could complain about dependencies on RedHat systems, for example (they have been reported to work fine on Mandrake 9.0, though). The binaries have been linked against glibc-2.2, gtk+-1.2 and audiofile-0.2.
RPM files for Redhat 7.2, 7.3 and 8.0 are available at Planet CCRMA. RPM files for Fedora Core I and II + RedHat 7.3/8.0/9.0 are available here.
SoundTracker for Mac OS X (Darwin) is in the Fink tree.
Debian packages: here.
Gentoo: simply emerge soundtracker
RISC OS: here.
The CVS tree has been updated last in mid-2001; not much development is going on right now! In particular, the version in CVS is absolutely unusable right now. If you really want to start developing on ST, please contact me.
So, if you want to give it a try (from the SourceForge CVS page):
cvs -d:pserver:anonymous@cvs.soundtracker.sourceforge.net:/cvsroot/soundtracker login
After anonymously logging in (just hit Enter at the login prompt):
cvs -z8 -d:pserver:anonymous@cvs.soundtracker.sourceforge.net:/cvsroot/soundtracker co soundtracker
After initial checkout, you can change into this directory and execute cvs commands without the -d option. For example:
cvs update
Please watch the ChangeLog for detailed information about what has changed. Here's the Web interface to the CVS repository.
You compile the program by changing into the "soundtracker" directory and executing ./autogen.sh there, followed by make. If you get errors, follow the advice in the INSTALL file.