Difference between revisions of "Libmodplug"
From CBLFS
Jump to navigationJump to searchLine 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Package-Introduction|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)|http://modplug-xmms.sourceforge.net}} | |
− | |||
− | 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) | ||
− | |||
− | |||
== Dependencies == | == Dependencies == |
Revision as of 15:52, 16 April 2007
Download 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 |