Changeset 54664502
- Timestamp:
- 03/27/2005 05:17:05 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- db0a644
- Parents:
- 524ce73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/freeglut.xml
r524ce73 r54664502 9 9 <!ENTITY freeglut-md5sum "9439b8745f443131c2dad00bc93dc0ef"> 10 10 <!ENTITY freeglut-size "379 KB"> 11 <!ENTITY freeglut-buildsize "6. 0MB">12 <!ENTITY freeglut-time "0.1 3SBU">11 <!ENTITY freeglut-buildsize "6.3 MB"> 12 <!ENTITY freeglut-time "0.14 SBU"> 13 13 ]> 14 14 … … 22 22 23 23 <indexterm zone="freeglut"> 24 <primary sortas="a- freeglut">freeglut</primary>24 <primary sortas="a-Freeglut">Freeglut</primary> 25 25 </indexterm> 26 26 … … 31 31 completely opensourced clone of the <acronym>GLUT</acronym> library. 32 32 <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> 33 writing OpenGL programs, implementing a simple windowing 34 <acronym>API</acronym>, which makes learning about and exploring OpenGL 35 programming very easy.</para> 35 36 36 37 <sect3><title>Package information</title> … … 64 65 <para>Now, as the root user:</para> 65 66 66 <screen><userinput role='root'><command>make install</command></userinput></screen> 67 <screen><userinput role='root'><command>make install && 68 install -v -d -m755 /usr/share/doc/freeglut-&freeglut-version; && 69 install -v -m644 doc/freeglut_user_interface.html \ 70 /usr/share/doc/freeglut-&freeglut-version;</command></userinput></screen> 67 71 68 72 </sect2> … … 79 83 <seg>None</seg> 80 84 <seg>libglut.{so,a}</seg> 81 <seg> None</seg>85 <seg>/usr/share/doc/freeglut-&freeglut-version;</seg> 82 86 </seglistitem> 83 87 </segmentedlist> … … 88 92 89 93 <varlistentry id="libglut"> 90 <term><filename class='libraryfile'>libglut. {so,a}</filename></term>94 <term><filename class='libraryfile'>libglut.[so,a]</filename></term> 91 95 <listitem> 92 96 <para>contains functions that implement the OpenGL Utility Toolkit.</para> 93 97 <indexterm zone="freeglut libglut"> 94 <primary sortas="c-libglut">libglut. {so,a}</primary>98 <primary sortas="c-libglut">libglut.[so,a]</primary> 95 99 </indexterm> 96 100 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.