Changeset 221f76c


Ignore:
Timestamp:
06/12/2005 04:31:54 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c1fa550
Parents:
b9d81c7f
Message:

updated to Links-2.1.pre17

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4578 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/links.xml

    rb9d81c7f r221f76c  
    77  <!ENTITY links-download-http "http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-&Links-version;.tar.bz2">
    88  <!ENTITY links-download-ftp  "ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/links-&Links-version;.tar.bz2">
    9   <!ENTITY links-md5sum        "d70a0ad41fba921f04d222d3546827de">
    10   <!ENTITY links-size          "3.8 MB">
    11   <!ENTITY links-buildsize     "44.6 MB">
    12   <!ENTITY links-time          "0.56 SBU">
     9  <!ENTITY links-md5sum        "94315d9ba68bbb543d93b3b3b4f07582">
     10  <!ENTITY links-size          "3.7 MB">
     11  <!ENTITY links-buildsize     "24.0 MB">
     12  <!ENTITY links-time          "0.21 SBU">
    1313]>
    1414
     
    6565    <xref linkend="libjpeg"/>,
    6666    <xref linkend="libtiff"/>,
     67    <xref linkend="sdl"/>,
    6768    <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
    6869    <ulink url="http://www.directfb.org/">DirectFB</ulink> and
     
    7879
    7980<screen><userinput>./configure --prefix=/usr &amp;&amp;
    80 make &amp;&amp;
    81 make install</userinput></screen>
     81make &amp;&amp;</userinput></screen>
     82
     83    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     84
     85<screen role='root'><userinput>make install</userinput></screen>
    8286
    8387  </sect2>
  • general.ent

    rb9d81c7f r221f76c  
    207207
    208208<!-- Chapter 17 -->
    209 <!ENTITY Links-version                "2.1pre15">
     209<!ENTITY Links-version                "2.1pre17">
    210210<!ENTITY lynx-version                 "2.8.5">
    211211<!ENTITY w3m-version                  "0.5.1">
  • introduction/welcome/changelog.xml

    rb9d81c7f r221f76c  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>June 12th, 2005 [djensen]: Updated to Links-2.1pre17. Added
     29      SDL to optional dependencies. Separated user and root
     30      instructions.</para>
     31    </listitem>
    2632
    2733    <listitem>
Note: See TracChangeset for help on using the changeset viewer.