Libmpd: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page. |
No edit summary |
||
| Line 5: | Line 5: | ||
|} | |} | ||
{{Package-Introduction|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.|http://www.musicpd.org}} | |||
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. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 15:53, 16 April 2007
| 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.
Project 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 |