Libopendaap
From CBLFS
Jump to navigationJump to search
| 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 |