glfs/x/lib/freeglut.xml
Igor Živković a8599ffcfe Added freeglut-2.2.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2944 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-11-15 22:06:37 +00:00

80 lines
2.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/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 "ftp://ftp.freestandards.org/pub/lsb/app-battery/packages/freeglut-&freeglut-version;.tar.gz">
<!ENTITY freeglut-md5sum " ">
<!ENTITY freeglut-size "379 KB">
<!ENTITY freeglut-buildsize "6.0 MB">
<!ENTITY freeglut-time " ">
]>
<sect1 id="freeglut" xreflabel="freeglut-&freeglut-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="freeglut.html"?>
<title>freeglut-&freeglut-version;</title>
<sect2>
<title>Introduction to <application>freeglut</application></title>
<para><application>freeglut</application> is a 100% compatible,
completely opensourced clone of the <acronym>GLUT</acronym> library.
<acronym>GLUT</acronym> 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>
<sect3><title>Package information</title>
<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>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>
</sect3>
<sect3><title><application>freeglut</application> dependencies</title>
<sect4><title>Required</title>
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>freeglut</application></title>
<para>Install <application>freeglut</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>freeglut</application> package contains the
<filename class="libraryfile">libglut</filename> library.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>freeglut</title>
<para><filename class="libraryfile">libglut</filename> library contains
APIs necessary to use programs based on the OpenGL Utility
Toolkit.</para></sect3>
</sect2>
</sect1>