FLAC: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
Configure and compile the package: | Configure and compile the package: | ||
./configure --prefix=/usr && | patch -Np1 -i ../flac-1.1.2-xmms_plugin_fix-1.patch && | ||
make | LIBS=-lm ./configure --prefix=/usr && | ||
make | |||
Install the package: | Install the package: | ||
| Line 27: | Line 28: | ||
=== 32Bit === | === 32Bit === | ||
TO DO! | |||
=== N32 === | === N32 === | ||
TO DO! | |||
=== 64Bit === | === 64Bit === | ||
TO DO! | |||
*[[Audio/Media]] | *[[Audio/Media]] | ||
*[[Main Page]] | *[[Main Page]] | ||
Revision as of 21:06, 12 September 2006
| Download Source: | http://prdownloads.sourceforge.net/flac/flac-1.1.2.tar.gz |
|---|---|
| Download Patch: | http://www.linuxfromscratch.org/patches/blfs/svn/flac-1.1.2-xmms_plugin_fix-1.patch |
Dependencies
Non-Multilib
Configure and compile the package:
patch -Np1 -i ../flac-1.1.2-xmms_plugin_fix-1.patch && LIBS=-lm ./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
TO DO!
N32
TO DO!
64Bit
TO DO!