Difference between revisions of "FLAC"

From CBLFS
Jump to navigationJump to search
 
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 ===
  
Configure and compile the package:
+
TO DO!
  
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
 
make
 
 
Install the package:
 
 
make install
 
 
 
=== N32 ===
 
=== N32 ===
  
Configure and compile the package:
+
TO DO!
  
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
 
make
 
 
Install the package:
 
 
make install
 
 
 
=== 64Bit ===
 
=== 64Bit ===
  
Configure and compile the package:
+
TO DO!
 
 
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
 
make
 
 
 
Install the package:
 
 
 
make install
 
  
 
*[[Audio/Media]]
 
*[[Audio/Media]]
 
*[[Main Page]]
 
*[[Main Page]]

Revision as of 22: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!