mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
4cfcfa0b08
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3492 af4574ff-66df-0310-9fd7-8a98e5e911e0
103 lines
3.4 KiB
XML
103 lines
3.4 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 "9439b8745f443131c2dad00bc93dc0ef">
|
|
<!ENTITY freeglut-size "379 KB">
|
|
<!ENTITY freeglut-buildsize "6.0 MB">
|
|
<!ENTITY freeglut-time "0.13 SBU">
|
|
]>
|
|
|
|
<sect1 id="freeglut" xreflabel="freeglut-&freeglut-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="freeglut.html"?>
|
|
<title>freeglut-&freeglut-version;</title>
|
|
|
|
<indexterm zone="freeglut">
|
|
<primary sortas="a-freeglut">freeglut</primary>
|
|
</indexterm>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>freeglut</application></title>
|
|
|
|
<para><application>freeglut</application> is intended to be 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>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>
|
|
</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 &&
|
|
make</command></userinput></screen>
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<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>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<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>
|