mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
dc8a51e7ba
commit
bfacd62258
@ -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 &&
|
||||
make CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"</userinput></screen>
|
||||
<screen><userinput>./configure --prefix=/usr --enable-graphics &&
|
||||
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>
|
||||
|
||||
|
@ -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">
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user