Changeset 48c17bf2


Ignore:
Timestamp:
05/10/2005 08:29:49 PM (19 years ago)
Author:
Igor Živković <igor@…>
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:
15a1fed9
Parents:
ab10474
Message:

Added indexing tags and a test suite note to SDL.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/sdl.xml

    rab10474 r48c17bf2  
    1919<?dbhtml filename="sdl.html"?>
    2020<title>SDL-&sdl-version;</title>
     21<indexterm zone="sdl">
     22<primary sortas="a-SDL">SDL</primary>
     23</indexterm>
    2124
    2225<sect2>
     
    9396
    9497<sect2>
     98<title>Testing <application><acronym>SDL</acronym></application></title>
     99
     100<para>It is advisable to test the installation of
     101<application><acronym>SDL</acronym></application> using the included
     102test programs. It is not required to install any of the resulting binaries
     103to validate the installation. Issue the following commands to build the
     104test programs:</para>
     105
     106<screen><userinput><command>cd test &amp;&amp;
     107./configure &amp;&amp;
     108make</command></userinput></screen>
     109
     110<para>You'll need to manually run all the test programs.</para>
     111   
     112</sect2>
     113
     114<sect2>
    95115<title>Configuring <application><acronym>SDL</acronym></application></title>
    96116
     
    104124<title>Contents</title>
    105125
    106 <para>The <application><acronym>SDL</acronym></application> package contains
    107 the <userinput>Simple DirectMedia Layer</userinput> libraries.</para>
     126<segmentedlist>
     127<segtitle>Installed Program</segtitle>
     128<segtitle>Installed Libraries</segtitle>
     129<segtitle>Installed Directories</segtitle>
     130   
     131<seglistitem>
     132<seg>sdl-config</seg>
     133<seg>libSDL*.[so,a]</seg>
     134<seg>/usr/include/SDL and /usr/share/doc/SDL-&sdl-version;</seg>
     135</seglistitem>
     136</segmentedlist>
     137   
     138<variablelist>
     139<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     140<?dbfo list-presentation="list"?>
     141<?dbhtml list-presentation="table"?>
     142     
     143<varlistentry id="sdl-config">
     144<term><command>sdl-config</command></term>
     145<listitem>
     146<para>determines the compile and linker flags that should be used to
     147compile and link programs that use
     148<filename class='libraryfile'>libSDL</filename>.</para>
     149<indexterm zone="sdl sdl-config">
     150<primary sortas="b-sdl-config">sdl-config</primary>
     151</indexterm>
     152</listitem>
     153</varlistentry>
    108154
    109 </sect2>
    110 
    111 <sect2><title>Description</title>
    112 
    113 <sect3><title>Simple DirectMedia Layer</title>
    114 <para>The Simple DirectMedia Layer is a generic <acronym>API</acronym> that
    115 provides low level access to audio, keyboard, mouse, joystick,
    116 <acronym>3D</acronym> hardware via OpenGL, and <acronym>2D</acronym> frame
    117 buffer across multiple platforms.</para></sect3>
     155<varlistentry id="libsdl">
     156<term><filename class='libraryfile'>libSDL*.[so,a]</filename></term>
     157<listitem>
     158<para> libraries provide low level access to audio, keyboard, mouse,
     159joystick, <acronym>3D</acronym> hardware via OpenGL, and
     160<acronym>2D</acronym> frame buffer across multiple platforms.</para>
     161<indexterm zone="sdl libsdl">
     162<primary sortas="c-libsdl">libSDL*.[so,a]</primary>
     163</indexterm>
     164</listitem>
     165</varlistentry>
     166 
     167</variablelist>
    118168
    119169</sect2>
Note: See TracChangeset for help on using the changeset viewer.