source: x/lib/freeglut.xml@ b9d0ddd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b9d0ddd was 7162bb0, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged gtk+.xml

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
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 &amp;&amp;
74make</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 &amp;&amp;
81install -v -d -m755 /usr/share/doc/freeglut-&freeglut-version; &amp;&amp;
82install -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>
Note: See TracBrowser for help on using the repository browser.