Difference between revisions of "Libnjb"
From CBLFS
Jump to navigationJump to searchLine 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://downloads.sourceforge.net/libnjb/libnjb- | + | | http://downloads.sourceforge.net/libnjb/libnjb-{{Libnjb-Version}}.tar.gz |
|} | |} | ||
Line 70: | Line 70: | ||
Installed Libraries: libnjb.so.5.10 libnjb.a | Installed Libraries: libnjb.so.5.10 libnjb.a | ||
− | Installed Directory: /usr/share/doc/libnjb- | + | Installed Directory: /usr/share/doc/libnjb-{{Libnjb-Version}} |
Revision as of 17:30, 17 December 2006
Download Source: | http://downloads.sourceforge.net/libnjb/libnjb-2.2.5.tar.gz |
---|
Contents
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
libnjb is a C library and API for communicating with the Creative Nomad JukeBox and Dell DJ digital audio players.
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