Difference between revisions of "Libopendaap"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://crazney.net/programs/itunes/files/libopendaap-{{Libopendaap-Version}}.tar.bz2 |} ---- ...) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Package-Introduction|Libopendaap is a library written in C which enables applications to discover, and connect to, iTunes® music shares.|http://crazney.net/programs/itunes/libopendaap.html}} | |
− | |||
− | Libopendaap is a library written in C which enables applications to discover, and connect to, iTunes® music shares. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 32: | Line 28: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD32}" ./configure --prefix=/usr && | |
+ | make | ||
Install the package | Install the package | ||
− | + | make install | |
=== N32 === | === N32 === | ||
Line 42: | Line 39: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | |
+ | --libdir=/usr/lib32 && | ||
+ | make | ||
Install the package | Install the package | ||
− | + | make install | |
=== 64Bit === | === 64Bit === | ||
Line 52: | Line 51: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | |
+ | --libdir=/usr/lib64 && | ||
+ | make | ||
Install the package | Install the package | ||
− | + | make install | |
= Contents = | = Contents = | ||
Line 71: | Line 72: | ||
| /usr/include/daap | | /usr/include/daap | ||
|} | |} | ||
+ | |||
+ | [[Category:Media Libraries]] |
Latest revision as of 15:27, 19 March 2009
Download Source: | http://crazney.net/programs/itunes/files/libopendaap-0.4.0.tar.bz2 |
---|
Contents
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 |