mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@151 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
446 B
XML
15 lines
446 B
XML
<sect2>
|
|
<title>Installation of alsa-tools</title>
|
|
|
|
<para>The alsa-tools package is only needed by those with advanced
|
|
requirements for their sound card. The tools are not all built together,
|
|
instead you need to <userinput>cd</userinput> into the directory of each
|
|
tool you wish to compile and run the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|