Author: ag Date: 2008-02-26 13:01:06 -0700 (Tue, 26 Feb 2008) New Revision: 7197
Modified: trunk/BOOK/basicnet/textweb/links.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to links-2.1pre33 Modified: trunk/BOOK/basicnet/textweb/links.xml =================================================================== --- trunk/BOOK/basicnet/textweb/links.xml 2008-02-25 17:58:32 UTC (rev 7196) +++ trunk/BOOK/basicnet/textweb/links.xml 2008-02-26 20:01:06 UTC (rev 7197) @@ -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,15 +116,11 @@ <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>: 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> - <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> - </sect2> <sect2 role="configuration"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-02-25 17:58:32 UTC (rev 7196) +++ trunk/BOOK/general.ent 2008-02-26 20:01:06 UTC (rev 7197) @@ -3,7 +3,7 @@ $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 @@ <!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"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-02-25 17:58:32 UTC (rev 7196) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-02-26 20:01:06 UTC (rev 7197) @@ -42,6 +42,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> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
