Changeset ad825f2 for x/lib/freeglut.xml


Ignore:
Timestamp:
02/22/2005 02:27:49 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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
Children:
c6b985cf
Parents:
a6922b0
Message:

Tagging for freeglut. Updates to xsl/css to format contents better.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/freeglut.xml

    ra6922b0 rad825f2  
    1515<sect1 id="freeglut" xreflabel="freeglut-&freeglut-version;">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
    2020<?dbhtml filename="freeglut.html"?>
    2121<title>freeglut-&freeglut-version;</title>
     22
     23<indexterm zone="freeglut">
     24  <primary sortas="a-freeglut">freeglut</primary>
     25</indexterm>
    2226
    2327<sect2>
     
    3236<sect3><title>Package information</title>
    3337<itemizedlist spacing="compact">
    34 <listitem><para>Download (HTTP):
    35 <ulink url="&freeglut-download-http;"/></para></listitem>
    36 <listitem><para>Download (FTP):
    37 <ulink url="&freeglut-download-ftp;"/></para></listitem>
    38 <listitem><para>Download MD5 sum: &freeglut-md5sum;</para></listitem>
    39 <listitem><para>Download size: &freeglut-size;</para></listitem>
    40 <listitem><para>Estimated disk space required:
    41 &freeglut-buildsize;</para></listitem>
    42 <listitem><para>Estimated build time:
    43 &freeglut-time;</para></listitem></itemizedlist>
     38  <listitem><para>Download (HTTP): <ulink url="&freeglut-download-http;"/></para></listitem>
     39  <listitem><para>Download (FTP): <ulink url="&freeglut-download-ftp;"/></para></listitem>
     40  <listitem><para>Download MD5 sum: &freeglut-md5sum;</para></listitem>
     41  <listitem><para>Download size: &freeglut-size;</para></listitem>
     42  <listitem><para>Estimated disk space required: &freeglut-buildsize;</para></listitem>
     43  <listitem><para>Estimated build time: &freeglut-time;</para></listitem>
     44</itemizedlist>
    4445</sect3>
    4546
     
    5960
    6061<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    61 make &amp;&amp;
    62 make install</command></userinput></screen>
     62make</command></userinput></screen>
     63
     64<para>Now, as the root user:</para>
     65 
     66<screen><userinput role='root'><command>make install</command></userinput></screen>
    6367
    6468</sect2>
     
    6771<title>Contents</title>
    6872
    69 <para>The <application>freeglut</application> package contains the
    70 <filename class="libraryfile">libglut</filename> library.</para>
     73<segmentedlist>
     74  <segtitle>Installed Programs</segtitle>
     75  <segtitle>Installed Libraries</segtitle>
     76  <segtitle>Installed Directories</segtitle>
     77 
     78  <seglistitem>
     79    <seg>None</seg>
     80    <seg>libglut.{so,a}</seg>
     81    <seg>None</seg>
     82  </seglistitem>
     83</segmentedlist>
     84 
     85<variablelist>
     86  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     87  <?dbfo list-presentation="list"?>
     88
     89<varlistentry id="libglut">
     90  <term><filename class='libraryfile'>libglut.{so,a}</filename></term>
     91  <listitem>
     92    <para>contains functions that implement the OpenGL Utility Toolkit.</para>
     93    <indexterm zone="freeglut libglut">
     94      <primary sortas="c-libglut">libglut.{so,a}</primary>
     95    </indexterm>
     96  </listitem>
     97</varlistentry>
     98 
     99</variablelist>
    71100
    72101</sect2>
    73 
    74 <sect2><title>Description</title>
    75 
    76 <sect3><title>freeglut</title>
    77 <para><filename class="libraryfile">libglut</filename> library contains
    78 APIs necessary to use programs based on the OpenGL Utility
    79 Toolkit.</para></sect3>
    80 
    81 </sect2>
    82 
    83102</sect1>
Note: See TracChangeset for help on using the changeset viewer.