Difference between revisions of "FLAC"

From CBLFS
Jump to navigationJump to search
Line 11: Line 11:
  
 
== Dependencies ==
 
== Dependencies ==
 +
* [[libogg]]
 +
* [[XMMS]]
 +
* [[NASM]]
 +
* [[DocBook Utils]]
 +
* [[Doxygen]]
 +
* [[Valgrind]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==

Revision as of 12:58, 8 October 2006

Download Source: http://prdownloads.sourceforge.net/flac/flac-1.1.2.tar.gz
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/flac/flac-1.1.2-fixes-3.patch

Dependencies

Non-Multilib

Configure and compile the package:

patch -Np1 -i ../flac-1.1.2-fixes-3.patch &&
LIBS=-lm ./configure --prefix=/usr &&
make 

Install the package:

make install

Multilib

32Bit

TO DO!

N32

TO DO!

64Bit

TO DO!