Changeset 48c17bf2
- Timestamp:
- 05/10/2005 08:29:49 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 15a1fed9
- Parents:
- ab10474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/sdl.xml
rab10474 r48c17bf2 19 19 <?dbhtml filename="sdl.html"?> 20 20 <title>SDL-&sdl-version;</title> 21 <indexterm zone="sdl"> 22 <primary sortas="a-SDL">SDL</primary> 23 </indexterm> 21 24 22 25 <sect2> … … 93 96 94 97 <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 102 test programs. It is not required to install any of the resulting binaries 103 to validate the installation. Issue the following commands to build the 104 test programs:</para> 105 106 <screen><userinput><command>cd test && 107 ./configure && 108 make</command></userinput></screen> 109 110 <para>You'll need to manually run all the test programs.</para> 111 112 </sect2> 113 114 <sect2> 95 115 <title>Configuring <application><acronym>SDL</acronym></application></title> 96 116 … … 104 124 <title>Contents</title> 105 125 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 147 compile 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> 108 154 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, 159 joystick, <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> 118 168 119 169 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.