Ignore:
Timestamp:
03/27/2005 05:17:05 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
db0a644
Parents:
524ce73
Message:

Added documentation installation to freeglut instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/freeglut.xml

    r524ce73 r54664502  
    99  <!ENTITY freeglut-md5sum        "9439b8745f443131c2dad00bc93dc0ef">
    1010  <!ENTITY freeglut-size          "379 KB">
    11   <!ENTITY freeglut-buildsize     "6.0 MB">
    12   <!ENTITY freeglut-time          "0.13 SBU">
     11  <!ENTITY freeglut-buildsize     "6.3 MB">
     12  <!ENTITY freeglut-time          "0.14 SBU">
    1313]>
    1414
     
    2222
    2323<indexterm zone="freeglut">
    24   <primary sortas="a-freeglut">freeglut</primary>
     24  <primary sortas="a-Freeglut">Freeglut</primary>
    2525</indexterm>
    2626
     
    3131completely opensourced clone of the <acronym>GLUT</acronym> library.
    3232<acronym>GLUT</acronym> is a window system independent toolkit for
    33 writing OpenGL programs, implementing a simple windowing API, which
    34 makes learning about and exploring OpenGL programming very easy.</para>
     33writing OpenGL programs, implementing a simple windowing
     34<acronym>API</acronym>, which makes learning about and exploring OpenGL
     35programming very easy.</para>
    3536
    3637<sect3><title>Package information</title>
     
    6465<para>Now, as the root user:</para>
    6566 
    66 <screen><userinput role='root'><command>make install</command></userinput></screen>
     67<screen><userinput role='root'><command>make install &amp;&amp;
     68install -v -d -m755 /usr/share/doc/freeglut-&freeglut-version; &amp;&amp;
     69install -v -m644 doc/freeglut_user_interface.html \
     70    /usr/share/doc/freeglut-&freeglut-version;</command></userinput></screen>
    6771
    6872</sect2>
     
    7983    <seg>None</seg>
    8084    <seg>libglut.{so,a}</seg>
    81     <seg>None</seg>
     85    <seg>/usr/share/doc/freeglut-&freeglut-version;</seg>
    8286  </seglistitem>
    8387</segmentedlist>
     
    8892
    8993<varlistentry id="libglut">
    90   <term><filename class='libraryfile'>libglut.{so,a}</filename></term>
     94  <term><filename class='libraryfile'>libglut.[so,a]</filename></term>
    9195  <listitem>
    9296    <para>contains functions that implement the OpenGL Utility Toolkit.</para>
    9397    <indexterm zone="freeglut libglut">
    94       <primary sortas="c-libglut">libglut.{so,a}</primary>
     98      <primary sortas="c-libglut">libglut.[so,a]</primary>
    9599    </indexterm>
    96100  </listitem>
Note: See TracChangeset for help on using the changeset viewer.