source: general/graphlib/glm.xml@ 427b46a

11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 427b46a was d437f756, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

More library tags

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

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY glm-download-http "https://github.com/g-truc/glm/archive/&glm-version;/glm-&glm-version;.tar.gz">
8 <!ENTITY glm-download-ftp " ">
9 <!ENTITY glm-md5sum "0e83d4a33c7d4044a2c35c8d6aba4671">
10 <!ENTITY glm-size "4.2 MB">
11 <!ENTITY glm-buildsize "23 MB">
12 <!ENTITY glm-time "less than 0.1 SBU">
13]>
14
15<sect1 id="glm" xreflabel="GLM-&glm-version;">
16 <?dbhtml filename="glm.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GLM-&glm-version;</title>
24
25 <indexterm zone="glm">
26 <primary sortas="a-GLM">GLM</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GLM</title>
31
32 <para>
33 OpenGL Mathematics (<application>GLM</application>) is a header-only C++
34 mathematics library for graphics software based on the OpenGL Shading
35 Language (GLSL) specifications. An extension system provides extended
36 capabilities such as matrix transformations and quaternions.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&glm-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&glm-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &glm-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &glm-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &glm-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &glm-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75<!--
76 <bridgehead renderas="sect3">GLM Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="cmake"/>
81 </para>-->
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/GLM"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of GLM</title>
90
91 <note>
92 <para>
93 This package is unusual as it includes its functionality in
94 header files. We just copy them into position.
95 </para>
96 </note>
97
98 <para>
99 As the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>cp -r glm /usr/include/ &amp;&amp;
103cp -r doc /usr/share/doc/glm-&glm-version;</userinput></screen>
104 </sect2>
105<!--
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para>
110 <command>-DCMAKE_INSTALL_LIBDIR=lib ..</command>: Although no compiled
111 libraries are installed, this command ensures that the
112 <application>cmake</application> and
113 <application>pkg-config</application> files are installed into
114 <filename class="directory">/usr/lib</filename>.
115 </para>
116
117 </sect2>
118-->
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>
129 None
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 /usr/include/glm
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <!-- this package has no programs or libraries to describe -->
141
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.