Updated to links-2.1pre33

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7197 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ag Hatzimanikas 2008-02-26 20:01:06 +00:00
parent dc8a51e7ba
commit bfacd62258
3 changed files with 21 additions and 15 deletions

View File

@ -6,9 +6,9 @@
<!ENTITY links-download-http "http://links.twibright.com/download/links-&Links-version;.tar.bz2">
<!ENTITY links-download-ftp " ">
<!ENTITY links-md5sum "4a1fb575c133eee821b9a1f8e9220b40">
<!ENTITY links-size "3.7 MB">
<!ENTITY links-buildsize "20.5 MB">
<!ENTITY links-md5sum "8c4bc1ebbf4962d290df8218bfc21413">
<!ENTITY links-size "4.1 MB">
<!ENTITY links-buildsize "25 MB">
<!ENTITY links-time "0.3 SBU">
]>
@ -99,8 +99,8 @@
<para>Install <application>Links</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"</userinput></screen>
<screen><userinput>./configure --prefix=/usr --enable-graphics &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -116,14 +116,10 @@ install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"</parameter>:
Disable printing of many warnings about mismatched signs in parameter
passing and comparison operations during compilation.</para>
<para><option>--enable-graphics</option>: Add this switch if you want to
use <application>Links</application> in graphics mode. You will either
need to install the <application>X</application> Window System or enable
frame buffer support in your kernel and install <xref linkend="gpm"/>.</para>
<para><option>--enable-graphics</option>: This switch enables support
for graphics mode. You will either need to install the
<application>X</application> Window System or enable frame buffer support in
your kernel and install <xref linkend="gpm"/>.</para>
</sect2>

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "25"> <!-- Always 2 digits -->
<!ENTITY day "26"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "svn-&year;&month;&day;">
@ -328,7 +328,7 @@ $Date$
<!ENTITY libpcap-version "0.9.6">
<!-- Chapter 17 -->
<!ENTITY Links-version "2.1pre23">
<!ENTITY Links-version "2.1pre33">
<!ENTITY lynx-version "2.8.6">
<!ENTITY w3m-version "0.5.2">

View File

@ -41,6 +41,16 @@
-->
<listitem>
<para>February 26th, 2008</para>
<itemizedlist>
<listitem>
<para>[ag] - Updated to links-2.1pre33. Enables graphics support by
default.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>February 25th, 2008</para>
<itemizedlist>