Difference between revisions of "Libopendaap"

From CBLFS
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
 +
make
  
 
Install the package
 
Install the package
  
  To do ...
+
  make install
  
 
=== N32 ===
 
=== N32 ===
Line 38: Line 39:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
 +
    --libdir=/usr/lib32 &&
 +
make
  
 
Install the package
 
Install the package
  
  To do ...
+
  make install
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 48: Line 51:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD64}" ./configure --prefix=/usr \
 +
    --libdir=/usr/lib64 &&
 +
make
  
 
Install the package
 
Install the package
  
  To do ...
+
  make install
  
 
= Contents =
 
= Contents =
Line 67: Line 72:
 
| /usr/include/daap
 
| /usr/include/daap
 
|}
 
|}
 +
 +
[[Category:Media Libraries]]

Latest revision as of 16: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