Author: manuel
Date: 2005-05-19 13:32:40 -0600 (Thu, 19 May 2005)
New Revision: 4372
Modified:
trunk/BOOK/x/lib/freeglut.xml
Log:
Tagged freeglut.xml
Modified: trunk/BOOK/x/lib/freeglut.xml
===================================================================
--- trunk/BOOK/x/lib/freeglut.xml 2005-05-19 19:26:57 UTC (rev 4371)
+++ trunk/BOOK/x/lib/freeglut.xml 2005-05-19 19:32:40 UTC (rev 4372)
@@ -13,96 +13,110 @@
]>
<sect1 id="freeglut" xreflabel="freeglut-&freeglut-version;">
-<sect1info>
- <othername>$LastChangedBy$</othername>
- <date>$Date$</date>
-</sect1info>
-<?dbhtml filename="freeglut.html"?>
-<title>freeglut-&freeglut-version;</title>
+ <?dbhtml filename="freeglut.html"?>
-<indexterm zone="freeglut">
- <primary sortas="a-Freeglut">Freeglut</primary>
-</indexterm>
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
-<sect2>
-<title>Introduction to <application>freeglut</application></title>
+ <title>freeglut-&freeglut-version;</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
-<acronym>API</acronym>, which makes learning about and exploring OpenGL
-programming very easy.</para>
+ <indexterm zone="freeglut">
+ <primary sortas="a-Freeglut">Freeglut</primary>
+ </indexterm>
-<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>
+ <sect2 role="package">
+ <title>Introduction to freeglut</title>
-<sect3><title><application>freeglut</application> dependencies</title>
-<sect4><title>Required</title>
-<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
-</sect4>
-</sect3>
+ <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>
-</sect2>
+ <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>
-<sect2>
-<title>Installation of <application>freeglut</application></title>
+ <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
-<para>Install <application>freeglut</application> by running the following
-commands:</para>
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
-<screen><userinput><command>./configure --prefix=/usr &&
-make</command></userinput></screen>
+ </sect2>
-<para>This package does not come with a test suite.</para>
+ <sect2 role="installation">
+ <title>Installation of freeglut</title>
-<para>Now, as the root user:</para>
-
-<screen><userinput role='root'><command>make install &&
+ <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;</command></userinput></screen>
+ /usr/share/doc/freeglut-&freeglut-version;</userinput></screen>
-</sect2>
+ </sect2>
-<sect2>
-<title>Contents</title>
+ <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"?>
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
-<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>
+ <seglistitem>
+ <seg>None</seg>
+ <seg>libglut.{so,a}</seg>
+ <seg>/usr/share/doc/freeglut-&freeglut-version;</seg>
+ </seglistitem>
+ </segmentedlist>
-</sect2>
+ <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>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page