libsidplay - C64 music player and SID chip emulator ChangeLog

HOWTO


# libsidplay 1.36.59
# ==================
# Prerequisites:
# gawk
# grep
# sed

cd
test -f installed/libsidplay-*.tgz &&
mv installed/libsidplay-*.tgz .
test ! -f libsidplay-*.tgz &&
wget http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/\
libsidplay-1.36.59.tgz

# Verify tarball w/ md5sum:
# (this came from my gpg-verified tarball)
echo "37c51ba4bd57164b1b0bb7b43b9adece  libsidplay-1.36.59.tgz" | md5sum -c

# Verify tarball w/ sha1sum:
# (this also came from my gpg-verified tarball)
echo "66056b55dc96b9ae1aab542f0260d1e6db158e51  libsidplay-1.36.59.tgz" | \
sha1sum -c

# Verify tarball w/ gpg:
( gpg --list-keys B8AF1C54 > /dev/null 2>&1 || gpg --recv-keys B8AF1C54 ) &&
wget -nc http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/\
packages/libsidplay-1.36.59.tgz.txt &&
  gpg --verify libsidplay-1.36.59.tgz.txt libsidplay-1.36.59.tgz &&
   rm libsidplay-1.36.59.tgz.txt

mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libsidplay-*" -exec rm -r {} \;
tar xzvf ~/libsidplay-1.36.59.tgz
cd libsidplay-1.36.59
test $UID = 0 && chown -R root:root .
./configure
make
su -c "make install ; ldconfig"
cd
mkdir -p -m 0700 installed
rm -f installed/libsidplay-*.tar.*
mv libsidplay-1.36.59.tgz installed/


# If you ever want to uninstall libsidplay, this should do it:
cd
su
test -d src/libsidplay-* && ( cd src/libsidplay-* ; make uninstall )
rm -f /usr/lib/libsidplay.*
test -d /usr/include/sidplay && rm -r /usr/include/sidplay
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "libsidplay-*" -exec rm -r {} \;
rm -f ~/installed/libsidplay-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-01-30 1:55pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]