Author: randy Date: 2006-01-12 15:51:20 -0700 (Thu, 12 Jan 2006) New Revision: 5548
Modified: trunk/BOOK/multimedia/libdriv/libfame.xml Log: Added an FTP download URL and a note about adding the --enable-sse configure parameter to the libFAME instructions Modified: trunk/BOOK/multimedia/libdriv/libfame.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/libfame.xml 2006-01-12 20:26:23 UTC (rev 5547) +++ trunk/BOOK/multimedia/libdriv/libfame.xml 2006-01-12 22:51:20 UTC (rev 5548) @@ -5,11 +5,11 @@ %general-entities; <!ENTITY libfame-download-http "http://prdownloads.sourceforge.net/fame/libfame-&libfame-version;.tar.gz"> - <!ENTITY libfame-download-ftp " "> + <!ENTITY libfame-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libfame-&libfame-version;.tar.gz"> <!ENTITY libfame-md5sum "880085761e17a3b4fc41f4f6f198fd3b"> <!ENTITY libfame-size "290 KB"> - <!ENTITY libfame-buildsize "4.9 MB"> - <!ENTITY libfame-time "0.19 SBU"> + <!ENTITY libfame-buildsize "6.6 MB"> + <!ENTITY libfame-time "0.2 SBU"> ]> <sect1 id="libfame" xreflabel="libFAME-&libfame-version;"> @@ -24,7 +24,7 @@ </keywordset> </sect1info> - <title>LibFAME-&libfame-version;</title> + <title>libFAME-&libfame-version;</title> <indexterm zone="libfame"> <primary sortas="a-LibFAME">LibFAME</primary> @@ -85,7 +85,16 @@ <screen role="root"><userinput>make install</userinput></screen> </sect2> + <sect2 role="commands"> + <title>Command Explanations</title> + + <para><option>--enable-sse</option>: This option is off by default and + should be set on if your machine has SSE capability. One way to find out if + you have SSE is to issue <command>cat /proc/cpuinfo</command> and see if + <computeroutput>sse</computeroutput> is listed in the flags.</para> + </sect2> + <sect2 role="content"> <title>Contents</title> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
