glfs/multimedia/audioutils/mpg123/mpg123-inst.xml
Mark Hymers f45b195302 Initial revision
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-07 20:28:42 +00:00

20 lines
640 B
XML

<sect2>
<title>Installation of mpg123</title>
<para>Install mpg123 by running the following commands:</para>
<para><screen><userinput>make PREFIX=/usr linux &amp;&amp;</userinput>
<userinput>make PREFIX=/usr install</userinput></screen></para>
<para>You can optimize the build of mpg123 for your processor.
To do this, type</para>
<para><screen><userinput>make linux-help</userinput></screen></para>
<para>and select the optimization appropriate for your machine.
However, this may not always work. There have been problems reported
with using optimizations with mpg123; make PREFIX=/usr linux always
seems to work.</para>
</sect2>