mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
640 B
XML
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 &&</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>
|
|
|