1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY freeglut-download-http "http://prdownloads.sourceforge.net/freeglut/freeglut-&freeglut-version;.tar.gz">
|
---|
8 | <!ENTITY freeglut-download-ftp "ftp://ftp.freestandards.org/pub/lsb/app-battery/packages/freeglut-&freeglut-version;.tar.gz">
|
---|
9 | <!ENTITY freeglut-md5sum "9439b8745f443131c2dad00bc93dc0ef">
|
---|
10 | <!ENTITY freeglut-size "379 KB">
|
---|
11 | <!ENTITY freeglut-buildsize "6.3 MB">
|
---|
12 | <!ENTITY freeglut-time "0.14 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="freeglut" xreflabel="freeglut-&freeglut-version;">
|
---|
16 | <?dbhtml filename="freeglut.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>freeglut-&freeglut-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="freeglut">
|
---|
26 | <primary sortas="a-Freeglut">Freeglut</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to freeglut</title>
|
---|
31 |
|
---|
32 | <para><application>freeglut</application> is intended to be a 100% compatible,
|
---|
33 | completely opensourced clone of the GLUT library. GLUT is a window system
|
---|
34 | independent toolkit for writing OpenGL programs, implementing a simple
|
---|
35 | windowing API, which makes learning about and exploring OpenGL programming
|
---|
36 | very easy.</para>
|
---|
37 |
|
---|
38 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
39 | <itemizedlist spacing="compact">
|
---|
40 | <listitem>
|
---|
41 | <para>Download (HTTP): <ulink url="&freeglut-download-http;"/></para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>Download (FTP): <ulink url="&freeglut-download-ftp;"/></para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>Download MD5 sum: &freeglut-md5sum;</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download size: &freeglut-size;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated disk space required: &freeglut-buildsize;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Estimated build time: &freeglut-time;</para>
|
---|
57 | </listitem>
|
---|
58 | </itemizedlist>
|
---|
59 |
|
---|
60 | <bridgehead renderas="sect3">freeglut Dependencies</bridgehead>
|
---|
61 |
|
---|
62 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
63 | <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
|
---|
64 |
|
---|
65 | </sect2>
|
---|
66 |
|
---|
67 | <sect2 role="installation">
|
---|
68 | <title>Installation of freeglut</title>
|
---|
69 |
|
---|
70 | <para>Install <application>freeglut</application> by running the
|
---|
71 | following commands:</para>
|
---|
72 |
|
---|
73 | <screen><userinput>./configure --prefix=/usr &&
|
---|
74 | make</userinput></screen>
|
---|
75 |
|
---|
76 | <para>This package does not come with a test suite.</para>
|
---|
77 |
|
---|
78 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
79 |
|
---|
80 | <screen role="root"><userinput>make install &&
|
---|
81 | install -v -d -m755 /usr/share/doc/freeglut-&freeglut-version; &&
|
---|
82 | install -v -m644 doc/freeglut_user_interface.html \
|
---|
83 | /usr/share/doc/freeglut-&freeglut-version;</userinput></screen>
|
---|
84 |
|
---|
85 | </sect2>
|
---|
86 |
|
---|
87 | <sect2 role="content">
|
---|
88 | <title>Contents</title>
|
---|
89 |
|
---|
90 | <segmentedlist>
|
---|
91 | <segtitle>Installed Programs</segtitle>
|
---|
92 | <segtitle>Installed Libraries</segtitle>
|
---|
93 | <segtitle>Installed Directories</segtitle>
|
---|
94 |
|
---|
95 | <seglistitem>
|
---|
96 | <seg>None</seg>
|
---|
97 | <seg>libglut.{so,a}</seg>
|
---|
98 | <seg>/usr/share/doc/freeglut-&freeglut-version;</seg>
|
---|
99 | </seglistitem>
|
---|
100 | </segmentedlist>
|
---|
101 |
|
---|
102 | <variablelist>
|
---|
103 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
104 | <?dbfo list-presentation="list"?>
|
---|
105 | <?dbhtml list-presentation="table"?>
|
---|
106 |
|
---|
107 | <varlistentry id="libglut">
|
---|
108 | <term><filename class='libraryfile'>libglut.[so,a]</filename></term>
|
---|
109 | <listitem>
|
---|
110 | <para>contains functions that implement the OpenGL Utility
|
---|
111 | Toolkit.</para>
|
---|
112 | <indexterm zone="freeglut libglut">
|
---|
113 | <primary sortas="c-libglut">libglut.[so,a]</primary>
|
---|
114 | </indexterm>
|
---|
115 | </listitem>
|
---|
116 | </varlistentry>
|
---|
117 |
|
---|
118 | </variablelist>
|
---|
119 |
|
---|
120 | </sect2>
|
---|
121 |
|
---|
122 | </sect1>
|
---|