glfs/multimedia/libdriv/sdl/SDL-inst.xml

12 lines
297 B
XML
Raw Normal View History

<sect2>
<title>Installation of SDL</title>
<para>Install SDL by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --disable-debug &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>
</sect2>