#2231: faac - Freeware Advanced Audio Coder -----------------------------------------+---------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: task | Status: new Priority: low | Milestone: future Component: BOOK | Version: SVN Severity: minor | Keywords: -----------------------------------------+---------------------------------- This package is an optional dependency for several packages in the book (directly and indirectly).
http://sourceforge.net/project/showfiles.php?group_id=704 The code is obviously written by a Windows programmer because all the text files have return characters embedded that breaks a Linux build. To build: {{{ sed -i -e 's/\r//' bootstrap configure.in Makefile.am ./bootstrap ./configure --prefix=/usr && make && sudo make install }}} Requires autotools -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2231> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
