Ignore:
Timestamp:
03/22/2015 01:38:26 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c4888aa6
Parents:
94945733
Message:

Update to Unicode-Collate 1.12.
Update to NET-DNS 0.83.
Update to freeglut-3.0.0.
Update to talloc-2.1.2.
Update to poppler-0.32.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/freeglut.xml

    r94945733 r9a0022bf  
    88           "&sourceforge-repo;/freeglut/freeglut-&freeglut-version;.tar.gz">
    99  <!ENTITY freeglut-download-ftp " ">
    10   <!ENTITY freeglut-md5sum        "918ffbddcffbac83c218bc52355b6d5a">
    11   <!ENTITY freeglut-size          "984 KB">
    12   <!ENTITY freeglut-buildsize     "11 MB">
    13   <!ENTITY freeglut-time          "0.1 SBU">
     10  <!ENTITY freeglut-md5sum        "90c3ca4dd9d51cf32276bc5344ec9754">
     11  <!ENTITY freeglut-size          "412 KB">
     12  <!ENTITY freeglut-buildsize     "14 MB">
     13  <!ENTITY freeglut-time          "0.2 SBU">
    1414]>
    1515
     
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    8080    <para role="required">
    81       <xref linkend="glu"/>
     81      <xref linkend="cmake"/> and
     82      <xref linkend="mesalib"/>
    8283    </para>
    8384
     
    9596    </para>
    9697
    97 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     98<screen><userinput>mkdir build &amp;&amp;
     99cd    build &amp;&amp;
     100
     101cmake -DCMAKE_INSTALL_PREFIX=/usr \
     102      -DCMAKE_BUILD_TYPE=Release  \
     103      ..
     104
    98105make</userinput></screen>
    99106
     
    114121    <title>Command Explanations</title>
    115122
    116     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117       href="../../xincludes/static-libraries.xml"/>
     123    <para><parameter>-DFREEGLUT_BUILD_DEMOS=ON</parameter>: Build
     124    optional demo programs.  Installation of the demo programs must
     125    be done manually.</para>
    118126
    119127  </sect2>
Note: See TracChangeset for help on using the changeset viewer.