mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Slightly change the layout of the audacious page, so that jhalfs can use
without neeed for editing the generated sciptlet git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21980 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b2dc6a7fc1
commit
5112711e5a
@ -174,42 +174,42 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Audacious</title>
|
||||
|
||||
<para>
|
||||
Install <application>Audacious</application> by running the following
|
||||
commands (you may wish to change the stamp to another string):
|
||||
</para>
|
||||
<sect3>
|
||||
<title>Installation of the Main Audacious Program</title>
|
||||
|
||||
<para>
|
||||
Install <application>Audacious</application> by running the following
|
||||
commands (you may wish to change the stamp to another string):
|
||||
</para>
|
||||
|
||||
<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr \
|
||||
--with-buildstamp="BLFS" &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
</sect3>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Audacious Plugins</title>
|
||||
<sect3>
|
||||
<title>Installation of Audacious Plugins</title>
|
||||
|
||||
<para>
|
||||
Install the required plugins package by unpacking the tarball, changing
|
||||
into the newly created directory, and issuing the following commands:
|
||||
</para>
|
||||
<para>
|
||||
Install the required plugins package by issuing the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack &&
|
||||
<screen><userinput>tar -xf ../audacious-plugins-&audacious-plugins-version;.tar.bz2 &&
|
||||
cd audacious-plugins-&audacious-plugins-version; &&
|
||||
TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
@ -218,6 +218,8 @@ make</userinput></screen>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/update-icons-and-desktop.xml"/>
|
||||
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
|
Loading…
Reference in New Issue
Block a user