mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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>
|
||
|
|