Updated to Links-2.1pre15

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2448 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-07-13 02:54:36 +00:00
parent 19a1cd82d3
commit b76312fa70
3 changed files with 18 additions and 12 deletions

View File

@ -5,9 +5,9 @@
<!ENTITY Links-download-http "http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-&Links-version;.tar.bz2">
<!ENTITY Links-download-ftp "ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/links-&Links-version;.tar.bz2">
<!ENTITY Links-size "3.6 MB">
<!ENTITY Links-buildsize "26 MB">
<!ENTITY Links-time "0.33 SBU">
<!ENTITY Links-size "3.8 MB">
<!ENTITY Links-buildsize "44.6 MB">
<!ENTITY Links-time "0.56 SBU">
]>
<sect1 id="Links" xreflabel="Links-&Links-version;">
@ -34,8 +34,9 @@ and has many other features.</para>
<sect3><title><application>Links</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="gpm"/>, <xref linkend="openssl"/>, <xref linkend="libpng"/>,
<xref linkend="libjpeg"/>, <xref linkend="libtiff"/>, <xref linkend="SVGAlib"/>
and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>).</para></sect4>
<xref linkend="libjpeg"/>, <xref linkend="libtiff"/>, <xref linkend="SVGAlib"/>,
<xref linkend="DirectFB"/> and
X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>).</para></sect4>
</sect3>
</sect2>
@ -43,7 +44,8 @@ and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>).</para></sect4>
<sect2>
<title>Installation of <application>Links</application></title>
<para>Install <application>Links</application> by running the following commands:</para>
<para>Install <application>Links</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
@ -70,9 +72,9 @@ or one of the supported graphics libraries.</para>
<sect3><title>Configuration Information</title>
<para><application>Links</application> stores its configuration in per-user files in the
<filename class="directory">~/.links</filename> directory. These files
are created automatically when <command>links</command> is run for the
<para><application>Links</application> stores its configuration in per-user
files in the <filename class="directory">~/.links</filename> directory. These
files are created automatically when <command>links</command> is run for the
first time.</para>
</sect3>
@ -81,7 +83,8 @@ first time.</para>
<sect2>
<title>Contents</title>
<para>The <application>Links</application> package contains <command>links</command>.</para>
<para>The <application>Links</application> package contains
<command>links</command>.</para>
</sect2>

View File

@ -1,4 +1,4 @@
<!ENTITY day "11">
<!ENTITY day "12">
<!ENTITY month "07">
<!ENTITY year "2004">
<!ENTITY version "cvs-&year;&month;&day;">
@ -153,7 +153,7 @@
<!ENTITY libsoup-version "1.99.28">
<!-- Chapter 17 -->
<!ENTITY Links-version "2.1pre14">
<!ENTITY Links-version "2.1pre15">
<!ENTITY lynx-version "2.8.5">
<!ENTITY w3m-version "0.4.2">

View File

@ -18,6 +18,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>July 12th, 2004 [randy]: Updated to
Links-2.1pre15.</para></listitem>
<listitem><para>July 11th, 2004 [dj]: Added -lpthread to make line for db4
to fix build against NPTL.</para></listitem>