mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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
This commit is contained in:
parent
4fd95bb6d5
commit
cfa378f67d
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY glm-download-http "https://github.com/g-truc/glm/archive/&glm-version;/glm-&glm-version;.tar.gz">
|
||||
<!ENTITY glm-download-ftp " ">
|
||||
<!ENTITY glm-md5sum "e06e859bd80c5d6042f5c53630f385ec">
|
||||
<!ENTITY glm-size "4.4 MB">
|
||||
<!ENTITY glm-buildsize "50 MB">
|
||||
<!ENTITY glm-time "0.8 SBU">
|
||||
<!ENTITY glm-md5sum "c65ce40dbb3d47cfd68cdf13a7812e10">
|
||||
<!ENTITY glm-size "4.2 MB">
|
||||
<!ENTITY glm-buildsize "22 MB">
|
||||
<!ENTITY glm-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="glm" xreflabel="GLM-&glm-version;">
|
||||
@ -71,20 +71,7 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<!--
|
||||
<note>
|
||||
<para>
|
||||
The <application>GLM</application> source tarball shown above
|
||||
downloads with the correct name, glm-&glm-version;.tar.gz, if
|
||||
using a browser such as Firefox. If you prefer to use a command line
|
||||
program such as wget, you normally would obtain &glm-version;.tar.gz.
|
||||
To obtain this package with the proper filename, run:
|
||||
|
||||
<screen><userinput>wget -c https://github.com/g-truc/glm/archive/&glm-version;.tar.gz \
|
||||
-O glm-&glm-version;.tar.gz</userinput></screen>
|
||||
</para>
|
||||
</note>
|
||||
-->
|
||||
<bridgehead renderas="sect3">GLM Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -100,29 +87,21 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of GLM</title>
|
||||
|
||||
<para>
|
||||
Install <application>GLM</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib .. &&
|
||||
make</userinput></screen>
|
||||
<note>
|
||||
<para>
|
||||
This package is unusual as it includes its functionality in
|
||||
header files. We just copy them into position.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make test</command>.
|
||||
As the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>cp -r glm /usr/include/ &&
|
||||
cp -r doc /usr/share/doc/glm-&glm-version;</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<!--
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
@ -135,7 +114,7 @@ make</userinput></screen>
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
-->
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -45,6 +45,18 @@
|
||||
<listitem>
|
||||
<para>September 13th, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to glm-0.9.9.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;12505">#12505</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to mariadb-10.4.8. Fixes
|
||||
<ulink url="&blfs-ticket-root;12529">#12529</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to wireshark-3.0.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;12526">#12526</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[timtas] - Update to dhcpcd-8.0.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;12534">#12534</ulink>.</para>
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz">
|
||||
<!ENTITY wireshark-download-ftp " ">
|
||||
<!ENTITY wireshark-md5sum "e945d76a57db2c3e6cf776f95da2cf0e">
|
||||
<!ENTITY wireshark-size "29 MB">
|
||||
<!ENTITY wireshark-md5sum "67f9227b181693dc873b1f25ba5e54b8">
|
||||
<!ENTITY wireshark-size "30 MB">
|
||||
<!ENTITY wireshark-buildsize "554 MB (with all optional dependencies available in the BLFS book)">
|
||||
<!ENTITY wireshark-time "2.4 SBU (with parallelism=4 and all optional dependencies available in the BLFS book)">
|
||||
]>
|
||||
|
@ -196,7 +196,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY fribidi-version "1.0.5">
|
||||
<!ENTITY gegl-version "0.4.16">
|
||||
<!ENTITY giflib-version "5.2.1">
|
||||
<!ENTITY glm-version "0.9.9.5">
|
||||
<!ENTITY glm-version "0.9.9.6">
|
||||
<!ENTITY graphite2-version "1.3.13">
|
||||
<!ENTITY harfbuzz-version "2.6.1">
|
||||
<!--<!ENTITY ijs-version "0.35">-->
|
||||
@ -567,7 +567,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY traceroute-version "2.1.0">
|
||||
<!ENTITY whois-version "5.4.3">
|
||||
<!ENTITY wicd-version "1.7.4">
|
||||
<!ENTITY wireshark-version "3.0.3"> <!-- even minors only -->
|
||||
<!ENTITY wireshark-version "3.0.4"> <!-- even minors only -->
|
||||
|
||||
<!ENTITY wicd-major-version "1.7">
|
||||
|
||||
@ -626,7 +626,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- Chapter 22 -->
|
||||
<!ENTITY db-version "5.3.28">
|
||||
<!ENTITY lmdb-version "0.9.24">
|
||||
<!ENTITY mariadb-version "10.4.7">
|
||||
<!ENTITY mariadb-version "10.4.8">
|
||||
<!ENTITY postgresql-version "11.5">
|
||||
<!ENTITY sqlite-version "3.29.0">
|
||||
|
||||
|
@ -7,10 +7,10 @@
|
||||
|
||||
<!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
|
||||
<!ENTITY mariadb-download-ftp "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
|
||||
<!ENTITY mariadb-md5sum "a9a57d2861b981f67ecde0b177be9d69">
|
||||
<!ENTITY mariadb-md5sum "ec267feda453a4b88d0c25c62a3901e1">
|
||||
<!ENTITY mariadb-size "75 MB">
|
||||
<!ENTITY mariadb-buildsize "1.5 GB">
|
||||
<!ENTITY mariadb-time "9.2 SBU (with parallelism=4, add 0.4 SBU for tests)">
|
||||
<!ENTITY mariadb-time "9.7 SBU (with parallelism=4, add 0.4 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="mariadb" xreflabel="MariaDB-&mariadb-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user