Libmpd

From CBLFS
Revision as of 11:00, 6 April 2007 by Weibullguy (talk | contribs) (Added page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://webpages.charter.net/weibullguy/tarballs/libmpd-0.18.0.tar.bz2

Introduction to libmpd

libmpd is the library required for clients to interface with the Music Player Daemon MPD. It is not needed for MPD to be used from the command line.

Package Homepage: http://www.musicpd.org

Dependencies

Required

Configuration Information

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install &&
install -dvm755 /usr/share/doc/libmpd/html &&
cp -v doc/html/* /usr/share/doc/libmpd/html

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install &&
install -dvm755 /usr/share/doc/libmpd/html &&
cp -v doc/html/* /usr/share/doc/libmpd/html

Contents

Installed Directories: None
Installed Programs: None
Installed Libraries: libmpd.so, libmpd.la, libmpd.a
Symlinks: /usr/lib64/libmpd.so.0.0.0 --> /usr/lib64/libmpd.so.0.0.0, /usr/lib64/libmpd.so.0 --> /usr/lib64/libmpd.so.0.0.0, /usr/lib64/libmpd.so.0.0.0 --> /usr/lib64/libmpd.so.0.0.0, /usr/lib64/libmpd.so --> /usr/lib64/libmpd.so.0.0.0