mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
371ff30f55
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5700 af4574ff-66df-0310-9fd7-8a98e5e911e0
128 lines
4.1 KiB
XML
128 lines
4.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY freeglut-download-http "http://prdownloads.sourceforge.net/freeglut/freeglut-&freeglut-version;.tar.gz">
|
|
<!ENTITY freeglut-download-ftp " ">
|
|
<!ENTITY freeglut-md5sum "6d16873bd876fbf4980a927cfbc496a1">
|
|
<!ENTITY freeglut-size "459 KB">
|
|
<!ENTITY freeglut-buildsize "7.6 MB">
|
|
<!ENTITY freeglut-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="freeglut" xreflabel="freeglut-&freeglut-version;">
|
|
<?dbhtml filename="freeglut.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
<keywordset>
|
|
<keyword role="package">freeglut-&freeglut-version;.tar</keyword>
|
|
<keyword role="ftpdir">freeglut</keyword>
|
|
</keywordset>
|
|
</sect1info>
|
|
|
|
<title>freeglut-&freeglut-version;</title>
|
|
|
|
<indexterm zone="freeglut">
|
|
<primary sortas="a-Freeglut">Freeglut</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to freeglut</title>
|
|
|
|
<para><application>freeglut</application> is intended to be a 100% compatible,
|
|
completely opensourced clone of the GLUT library. GLUT is a window system
|
|
independent toolkit for writing OpenGL programs, implementing a simple
|
|
windowing API, which makes learning about and exploring OpenGL programming
|
|
very easy.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&freeglut-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&freeglut-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &freeglut-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &freeglut-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &freeglut-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &freeglut-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">freeglut Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">X (<xref linkend="xfree86"/>,
|
|
<xref linkend="xorg"/>, or <xref linkend="xorg7"/>)</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of freeglut</title>
|
|
|
|
<para>Install <application>freeglut</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
install -v -d -m755 /usr/share/doc/freeglut-&freeglut-version; &&
|
|
install -v -m644 doc/freeglut_user_interface.html \
|
|
/usr/share/doc/freeglut-&freeglut-version;</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libglut.{so,a}</seg>
|
|
<seg>/usr/share/doc/freeglut-&freeglut-version;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libglut">
|
|
<term><filename class='libraryfile'>libglut.[so,a]</filename></term>
|
|
<listitem>
|
|
<para>contains functions that implement the OpenGL Utility
|
|
Toolkit.</para>
|
|
<indexterm zone="freeglut libglut">
|
|
<primary sortas="c-libglut">libglut.[so,a]</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|