source: general/graphlib/glm.xml

trunk
Last change on this file was 7b09736, checked in by Douglas R. Reno <renodr@…>, 8 weeks ago

Update to glm-1.0.1

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "f824ac50e16310a95279032f82cbd341">
10 <!ENTITY glm-size "4.4 MB">
11 <!ENTITY glm-buildsize "44 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
19 <title>GLM-&glm-version;</title>
20
21 <indexterm zone="glm">
22 <primary sortas="a-GLM">GLM</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GLM</title>
27
28 <para>
29 OpenGL Mathematics (<application>GLM</application>) is a header-only C++
30 mathematics library for graphics software based on the OpenGL Shading
31 Language (GLSL) specifications. An extension system provides extended
32 capabilities such as matrix transformations and quaternions.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&glm-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&glm-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &glm-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &glm-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &glm-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &glm-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71<!--
72 <bridgehead renderas="sect3">GLM Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="cmake"/>
77 </para>-->
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of GLM</title>
83
84 <note>
85 <para>
86 This package is unusual as it includes its functionality in
87 header files. We just copy them into position.
88 </para>
89 </note>
90
91 <para>
92 As the <systemitem class="username">root</systemitem> user:
93 </para>
94
95<screen role="root"><userinput>cp -r glm /usr/include/ &amp;&amp;
96cp -r doc /usr/share/doc/glm-&glm-version;</userinput></screen>
97 </sect2>
98<!--
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <para>
103 <command>-DCMAKE_INSTALL_LIBDIR=lib ..</command>: Although no compiled
104 libraries are installed, this command ensures that the
105 <application>cmake</application> and
106 <application>pkg-config</application> files are installed into
107 <filename class="directory">/usr/lib</filename>.
108 </para>
109
110 </sect2>
111-->
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Program</segtitle>
117 <segtitle>Installed Library</segtitle>
118 <segtitle>Installed Directory</segtitle>
119
120 <seglistitem>
121 <seg>
122 None
123 </seg>
124 <seg>
125 None
126 </seg>
127 <seg>
128 /usr/include/glm and
129 /usr/share/doc/glm-&glm-version;
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <!-- this package has no programs or libraries to describe -->
135
136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.