Libnjb

From CBLFS
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/libnjb/libnjb-2.2.5.tar.gz

Introduction to Libnjb

libnjb is a C library and API for communicating with the Creative Nomad JukeBox and Dell DJ digital audio players.

Project Homepage: http://libnjb.sourceforge.net

Dependencies

Required

Optional

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: njb-cursesplay njb-delfile njb-deltr njb-dumpeax njb-dumptime njb-files njb-fwupgrade njb-getfile njb-getowner njb-gettr njb-getusage njb-handshake njb-pl njb-play njb-playlists njb-sendfile njb-sendtr njb-setowner njb-setpbm njb-settime njb-tagtr njb-tracks

Installed Libraries: libnjb.so.5.10 libnjb.a

Installed Directory: /usr/share/doc/libnjb-2.2.5