moved arts (step 1) and edits

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@808 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-04-04 16:22:43 +00:00
parent 95d19dc0b4
commit 8393aaed29
7 changed files with 9 additions and 12 deletions

View File

@ -2,7 +2,7 @@
<?dbhtml filename="core.html" dir="kde"?>
<title>KDE Core Packages</title>
&kde-core-arts;
&arts;
&kde-libs;
&kde-base;
&kde-core-config;

View File

@ -9,7 +9,7 @@ which has the library listed as either a requirement, or as an option to
enable it to support certain functionality.</para>
&alsa;
&arts;
&kde-core-arts;
&audiofile;
&esound;
&SDL;

View File

@ -2,7 +2,6 @@
<?dbhtml filename="typesetting.html" dir="pst"?>
<title>Typesetting</title>
<para>Placeholder for latex MathML?.</para>
&tex;

View File

@ -17,9 +17,7 @@ installation, the following commands, executed in
<filename>lesstif-&lesstif-version;/test</filename>, will
suffice:</para>
<para><screen><userinput>
./configure &amp;&amp;
make
</userinput></screen></para>
<para><screen><userinput>./configure &amp;&amp;
make</userinput></screen></para>
</sect2>
</sect2>

View File

@ -5,7 +5,8 @@
Download location (FTP): <ulink url="&lesstif-download-ftp;"/>
Version used: &lesstif-version;
Package size: &lesstif-size;
Estimated Disk space required: &lesstif-buildsize;</screen>
Estimated Disk space required: &lesstif-buildsize;
Estimated build time: &lesstif-time;</screen>
<para>The lesstif package contains an Open Source version of
OSF/Motif(R).</para>

View File

@ -14,6 +14,6 @@ the layout and rendering of text.</para>
<screen>Pango depends on:
<xref linkend="GLib2"/> and <xref linkend="freetype2"/>
Pango will utilize:
<xref linkend="qt"/>, <xref linkend="xfree86"/>, Xft2, fontconfig, <xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></screen>
<xref linkend="qt"/>, <xref linkend="xfree86"/>, <xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></screen>
</sect2>

View File

@ -6,8 +6,7 @@
&nbsp;&nbsp;&nbsp;-thread &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
if test -L /opt/qt; then rm /opt/qt; fi &amp;&amp;
ln -s /opt/qt-&qt-version; /opt/qt &amp;&amp;
ln -sfn /opt/qt-&qt-version; /opt/qt &amp;&amp;
ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so &amp;&amp;
cp -r doc/man /opt/qt/doc &amp;&amp;
cp -r examples /opt/qt/doc</userinput></screen></para>