Changeset cfa378f for general/graphlib


Ignore:
Timestamp:
09/13/2019 10:23:21 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
eccffce
Parents:
4fd95bb
Message:

Update to glm-0.9.9.6.
Update to mariadb-10.4.8.
Update to wireshark-3.0.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/glm.xml

    r4fd95bb rcfa378f  
    77  <!ENTITY glm-download-http "https://github.com/g-truc/glm/archive/&glm-version;/glm-&glm-version;.tar.gz">
    88  <!ENTITY glm-download-ftp  " ">
    9   <!ENTITY glm-md5sum        "e06e859bd80c5d6042f5c53630f385ec">
    10   <!ENTITY glm-size          "4.4 MB">
    11   <!ENTITY glm-buildsize     "50 MB">
    12   <!ENTITY glm-time          "0.8 SBU">
     9  <!ENTITY glm-md5sum        "c65ce40dbb3d47cfd68cdf13a7812e10">
     10  <!ENTITY glm-size          "4.2 MB">
     11  <!ENTITY glm-buildsize     "22 MB">
     12  <!ENTITY glm-time          "less than 0.1 SBU">
    1313]>
    1414
     
    7272      </listitem>
    7373    </itemizedlist>
    74 <!--
    75     <note>
    76       <para>
    77         The <application>GLM</application> source tarball shown above
    78         downloads with the correct name, glm-&glm-version;.tar.gz, if
    79         using a browser such as Firefox. If you prefer to use a command line
    80         program such as wget, you normally would obtain &glm-version;.tar.gz.
    81         To obtain this package with the proper filename, run:
    8274
    83 <screen><userinput>wget -c https://github.com/g-truc/glm/archive/&glm-version;.tar.gz \
    84      -O glm-&glm-version;.tar.gz</userinput></screen>
    85         </para>
    86       </note>
    87 -->
    8875    <bridgehead renderas="sect3">GLM Dependencies</bridgehead>
    8976
     
    10188    <title>Installation of GLM</title>
    10289
     90    <note>
     91      <para>
     92        This package is unusual as it includes its functionality in
     93        header files.  We just copy them into position.
     94      </para>
     95    </note>
     96
    10397    <para>
    104       Install <application>GLM</application> by running the following
    105       commands:
     98      As the <systemitem class="username">root</systemitem> user:
    10699    </para>
    107100
    108 <screen><userinput>mkdir build &amp;&amp;
    109 cd build    &amp;&amp;
    110 
    111 cmake -DCMAKE_INSTALL_PREFIX=/usr   \
    112       -DCMAKE_INSTALL_LIBDIR=lib .. &amp;&amp;
    113 make</userinput></screen>
    114 
    115     <para>
    116       To test the results, issue: <command>make test</command>.
    117     </para>
    118 
    119     <para>
    120       Now, as the <systemitem class="username">root</systemitem> user:
    121     </para>
    122 
    123 <screen role="root"><userinput>make install</userinput></screen>
     101<screen role="root"><userinput>cp -r glm /usr/include/ &amp;&amp;
     102cp -r doc /usr/share/doc/glm-&glm-version;</userinput></screen>
    124103  </sect2>
    125 
     104<!--
    126105  <sect2 role="commands">
    127106    <title>Command Explanations</title>
     
    136115
    137116  </sect2>
    138 
     117-->
    139118  <sect2 role="content">
    140119    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.