libmusicbrainz - Client library for accessing data on the MusicBrainz server ChangeLog

HOWTO


# libmusicbrainz 2.1.2
# ====================
# Prerequisites:
# gawk
# sed
# grep
# expat

cd
test -f installed/libmusicbrainz-2.1.2.tar.gz &&
mv installed/libmusicbrainz-2.1.2.tar.gz .
test ! -f libmusicbrainz-2.1.2.tar.gz &&
wget http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-2.1.2.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libmusicbrainz-*" -exec rm -r {} \;
tar xzvf ~/libmusicbrainz-2.1.2.tar.gz
cd libmusicbrainz-2.1.2
test $UID = 0 && chown -R root:root .
./configure
make

# Become root to install it
su

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

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/libmusicbrainz-*.tar.*
mv libmusicbrainz-2.1.2.tar.gz installed/

List of HOWTOs

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