Libopendaap: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
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 =

Revision as of 00:32, 29 October 2007

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