Libmodplug
From CBLFS
Jump to navigationJump to searchDownload Source: | http://downloads.sourceforge.net/modplug-xmms/libmodplug-0.8.7.tar.gz |
---|
Contents
Introduction to Libmodplug
Libmodplug is a library used by modplugplay (a command line player) for many music modules (669, amf, ams, dbm, dmf, dsm, far, it, j2b, mdl, med mod, mt2, mtm, okt, psm, ptm, s3m, stm, ult, umx, and xm)
Project Homepage: http://modplug-xmms.sourceforge.net
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package
make install
Contents
Installed Programs: | None |
---|---|
Installed Libraries: | libmodplug.{la,so} |
Installed Directory: | /usr/include/libmodplug |