Libopendaap: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 72: | Line 72: | ||
| /usr/include/daap | | /usr/include/daap | ||
|} | |} | ||
[[Category:Media Libraries]] | |||
Latest revision as of 23:27, 19 March 2009
| Download Source: | http://crazney.net/programs/itunes/files/libopendaap-0.4.0.tar.bz2 |
|---|
Introduction to Libopendaap
Libopendaap is a library written in C which enables applications to discover, and connect to, iTunes® music shares.
Project Homepage: http://crazney.net/programs/itunes/libopendaap.html
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
--libdir=/usr/lib32 &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
--libdir=/usr/lib64 &&
make
Install the package
make install
Contents
| Installed Programs: | None |
|---|---|
| Installed Libraries: | libopendaap.{a,la,so} |
| Installed Directory: | /usr/include/daap |