source: multimedia/libdriv/sdl.xml@ 5886225

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since 5886225 was 5886225, checked in by Ken Moffat <ken@…>, 15 years ago

update SDL

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

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY sdl-download-http "http://www.libsdl.org/release/SDL-&sdl-version;.tar.gz">
8 <!ENTITY sdl-download-ftp " ">
9 <!ENTITY sdl-md5sum "c6660feea2a6834de10bc71b2f8e4d88">
10 <!ENTITY sdl-size "3.2 MB">
11 <!ENTITY sdl-buildsize "32 MB (extra 1MB for the tests)">
12 <!ENTITY sdl-time "0.7 SBU (without the tests)">
13]>
14
15<sect1 id="sdl" xreflabel="SDL-&sdl-version;">
16 <?dbhtml filename="sdl.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>SDL-&sdl-version;</title>
24
25 <indexterm zone="sdl">
26 <primary sortas="a-SDL">SDL</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to SDL</title>
31
32 <para>The Simple DirectMedia Layer (<application>SDL</application>
33 for short) is a cross-platform library designed to make it easy to write
34 multimedia software, such as games and emulators.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&sdl-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&sdl-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &sdl-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &sdl-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &sdl-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &sdl-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">SDL Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Optional</bridgehead>
61 <para role="optional"><xref linkend="alsa"/>,
62 <xref linkend="esound"/>,
63 <xref linkend="arts"/>,
64 <xref linkend="nas"/>,
65 <xref linkend="NASM"/>,
66 <xref linkend="x-window-system"/>,
67 <xref linkend="aalib"/>,
68 <ulink url="http://www.directfb.org/">DirectFB</ulink>,
69 <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
70 <xref linkend="pth"/>,
71 <ulink url="http://picogui.org/">PicoGUI</ulink>, and
72 <ulink url="http://pulseaudio.org">PulseAudio</ulink></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/sdl"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of SDL</title>
81
82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
83 href="../../xincludes/X11R6_symlink.xml"/>
84
85 <!-- <para>If your <application>X Window System</application> is installed into
86 any prefix other than <filename class="directory">/usr/X11R6</filename>,
87 execute the following command, replacing
88 <replaceable>&lt;PREFIX&gt;</replaceable> with the installation prefix of
89 the <application>X Window System</application>:</para>
90
91<screen><userinput>sed -i 's:/usr/X11R6:<replaceable>&lt;PREFIX&gt;</replaceable>:' configure</userinput></screen> -->
92
93 <para>Install <application>SDL</application> by running the
94 following commands:</para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install &amp;&amp;
102install -v -m755 -d /usr/share/doc/SDL-&sdl-version;/html &amp;&amp;
103install -v -m644 docs/html/*.html /usr/share/doc/SDL-&sdl-version;/html</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="testing">
108 <title>Testing SDL</title>
109
110 <para>If you wish to, test the installation of
111 <application>SDL</application> using the included
112 test programs. It is not required to install any of the resulting binaries
113 to validate the installation. Issue the following commands to build the
114 test programs:</para>
115
116<screen><userinput>cd test &amp;&amp;
117./configure &amp;&amp;
118make</userinput></screen>
119
120 <para>You'll need to manually run all the test programs (they are listed in
121 the <filename>README</filename> file in this directory). Many of them will
122 need to be manually killed, and you'll need to turn your speakers on with the
123 volume at a suitable level.</para>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para><parameter>--disable-static</parameter>: prevent static libraries
131 being built and installed.</para>
132
133 </sect2>
134
135 <sect2 role="configuration">
136 <title>Configuring SDL</title>
137
138 <sect3>
139 <title>Configuration Information</title>
140
141 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
142 href="../../xincludes/lib-config.xml"/>
143
144 </sect3>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Program</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>sdl-config</seg>
158 <seg>libSDL*.{so,a}</seg>
159 <seg>/usr/include/SDL and /usr/share/doc/SDL-&sdl-version;</seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="sdl-config">
169 <term><command>sdl-config</command></term>
170 <listitem>
171 <para>determines the compile and linker flags that should be used to
172 compile and link programs that use
173 <filename class='libraryfile'>libSDL</filename>.</para>
174 <indexterm zone="sdl sdl-config">
175 <primary sortas="b-sdl-config">sdl-config</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="libsdl">
181 <term><filename class='libraryfile'>libSDL*.{so,a}</filename></term>
182 <listitem>
183 <para> libraries provide low level access to audio, keyboard, mouse,
184 joystick, 3D hardware via OpenGL, and
185 2D frame buffer across multiple platforms.</para>
186 <indexterm zone="sdl libsdl">
187 <primary sortas="c-libsdl">libSDL*.{so,a}</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.