Added qt as prerequsite for aRts

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@243 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2002-09-20 05:19:15 +00:00
parent 830e87c2ce
commit 905547e654
2 changed files with 10 additions and 7 deletions

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>September 20th, 2002 [bdubbs]: Multimedia: Added
qt as prerequsite to aRts.</para></listitem>
<listitem><para>September 19th, 2002 [larry]: Gnome: Added
gnome2-user-docs-2.0.1.</para></listitem>
@ -66,7 +69,7 @@ in gail.</para></listitem>
<listitem><para>September 10th, 2002 [larry]: Gnome: Fixed formatting of
install instructions for console browsers. Fixed configuration to add
/usr/lib/pkgconfig to PKG_CONFIG_PATH. Fixed >> instead of > in second
/usr/lib/pkgconfig to PKG_CONFIG_PATH. Fixed &gt;&gt; instead of &gt; in second
line of .initrc.</para></listitem>
<listitem><para>September 9th, 2002 [larry]: Gnome: Added

View File

@ -10,13 +10,13 @@ Estimated installed space: &arts-install-size;
Estimated build time: &arts-build-time;</screen></para>
<para>The Analog Realtime Synthesizer (aRts) provides sound support for KDE.
It provides necessary libraries for kdelibs. It will use the
following optional packages, if installed:
<screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/>.</screen>
</para>
It provides necessary libraries for kdelibs. The following package is required to install aRts:
<screen><xref linkend="qt"/></screen></para>
<para>
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
<para>It will use the following optional packages, if installed:
<screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/>.</screen></para>
<para><screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make &amp;&amp;
make install &amp;&amp;