twolame - MPEG Audio Layer 2 encoder based on tooLAME ChangeLog

HOWTO


# TwoLAME 0.3.8
# =============
# Prerequisites:
# pkg-config
# sndfile

cd
test -f installed/twolame-0.3.8.tar.gz &&
mv installed/twolame-0.3.8.tar.gz .
test ! -f twolame-0.3.8.tar.gz &&
wget http://www.ecs.soton.ac.uk/~njh/twolame/twolame-0.3.8.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "toolame-*" -exec rm -r {} \;
tar xzvf ~/twolame-0.3.8.tar.gz
cd twolame-0.3.8
test $UID = 0 && chown -R root:root .
./configure
make

# Become root to install it
su

rm -f /usr/local/lib/libtwolame.*
make install
ldconfig

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/twolame-*.tar.*
mv twolame-0.3.8.tar.gz installed/


# If you ever want to uninstall TwoLAME, this should do it:
# ('make uninstall' should do it if you have the configure'd source)
cd
su
test -d src/twolame-* && ( cd src/twolame-* ; make uninstall )
test -d /usr/local/share/doc/twolame && rm -r /usr/local/share/doc/twolame
rm -f \
/usr/local/bin/twolame \
/usr/local/include/twolame.h \
/usr/local/lib/libtwolame.* \
/usr/local/man/man1/twolame.1 \
/usr/local/lib/pkgconfig/twolame.pc
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "twolame-*" -exec rm -r {} \;
rm -f ~/installed/twolame-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-11-03 9:48am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]