source: multimedia/libdriv/sdl.xml@ a0f03b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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
Last change on this file since a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY SDL-download-http "http://www.libsdl.org/release/SDL-&SDL-version;.tar.gz">
7 <!ENTITY SDL-download-ftp " ">
8 <!ENTITY SDL-size "2.4 MB">
9 <!ENTITY SDL-buildsize "46 MB">
10 <!ENTITY SDL-time "0.99 SBU">
11]>
12<sect1 id="SDL" xreflabel="SDL-&SDL-version;">
13<sect1info>
14<othername>$LastChangedBy: $</othername>
15<date>$Date: $</date>
16</sect1info>
17<?dbhtml filename="sdl.html"?>
18<title>SDL-&SDL-version;</title>
19
20<sect2>
21<title>Introduction to <application><acronym>SDL</acronym></application></title>
22
23<para>The Simple DirectMedia Layer (<application><acronym>SDL</acronym>
24</application> for short) is a cross-platform library designed to make it easy
25to write multimedia software, such as games and emulators.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink url="&SDL-download-http;"/></para></listitem>
30<listitem><para>Download (FTP): <ulink url="&SDL-download-ftp;"/></para></listitem>
31<listitem><para>Download size: &SDL-size;</para></listitem>
32<listitem><para>Estimated Disk space required: &SDL-buildsize;</para></listitem>
33<listitem><para>Estimated build time: &SDL-time;</para></listitem></itemizedlist>
34</sect3>
35
36<sect3><title><application><acronym>SDL</acronym></application> dependencies</title>
37<sect4><title>Optional</title>
38<para>
39<xref linkend="alsa"/>,
40<xref linkend="esound"/>,
41<xref linkend="arts"/>,
42<xref linkend="nas"/>,
43<xref linkend="NASM"/>,
44X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
45<xref linkend="aalib"/>,
46<xref linkend="DirectFB"/> and
47<xref linkend="SVGAlib"/>
48</para></sect4>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Installation of <application><acronym>SDL</acronym></application></title>
55
56<para>Install <application><acronym>SDL</acronym></application> by running the following commands:</para>
57
58<screen><userinput><command>./configure --prefix=/usr --disable-debug &amp;&amp;
59make &amp;&amp;
60make install</command></userinput></screen>
61
62</sect2>
63
64<sect2>
65<title>Command explanations</title>
66
67<para><parameter>--disable-debug</parameter>: This switch configures
68<application><acronym>SDL</acronym></application> to build with aggressive
69optimizations.</para>
70
71<para><parameter>--enable-video-aalib</parameter>: This switch
72is required to build <application><acronym>SDL</acronym></application>
73with <acronym>AA</acronym>lib video support.</para>
74
75</sect2>
76
77<sect2>
78<title>Configuring <application><acronym>SDL</acronym></application></title>
79
80<sect3><title>Configuration Information</title>
81
82<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
83
84</sect3>
85
86</sect2>
87
88<sect2>
89<title>Contents</title>
90
91<para>The <application><acronym>SDL</acronym></application> package contains
92the <userinput>Simple DirectMedia Layer</userinput>.</para>
93
94</sect2>
95
96<sect2><title>Description</title>
97
98<sect3><title>Simple DirectMedia Layer</title>
99<para>The Simple DirectMedia Layer is a generic <acronym>API</acronym> that
100provides low level access to audio, keyboard, mouse, joystick, 3D hardware via
101OpenGL, and 2D frame buffer across multiple platforms.</para></sect3>
102
103</sect2>
104
105</sect1>
106
Note: See TracBrowser for help on using the repository browser.