mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to Links-2.1pre21
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5975 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
70e9a48d29
commit
062c85f8d9
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!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-md5sum "94315d9ba68bbb543d93b3b3b4f07582">
|
||||
<!ENTITY links-download-http "http://links.twibright.com/download/links-&Links-version;.tar.bz2">
|
||||
<!ENTITY links-download-ftp " ">
|
||||
<!ENTITY links-md5sum "7687e2c32e337e11c6e9d8cd8c5202c9">
|
||||
<!ENTITY links-size "3.7 MB">
|
||||
<!ENTITY links-buildsize "24.0 MB">
|
||||
<!ENTITY links-time "0.21 SBU">
|
||||
<!ENTITY links-buildsize "20.4 MB">
|
||||
<!ENTITY links-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="Links" xreflabel="Links-&Links-version;">
|
||||
@ -85,7 +85,7 @@
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
make CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
@ -98,6 +98,10 @@ make</userinput></screen>
|
||||
<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
|
||||
|
@ -272,7 +272,7 @@
|
||||
<!ENTITY libpcap-version "0.9.4">
|
||||
|
||||
<!-- Chapter 17 -->
|
||||
<!ENTITY Links-version "2.1pre17">
|
||||
<!ENTITY Links-version "2.1pre21">
|
||||
<!ENTITY lynx-version "2.8.5">
|
||||
<!ENTITY w3m-version "0.5.1">
|
||||
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>April 29th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to Links-2.1pre21.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Galeon-2.0.1.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user