mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Added a GCC-4 patch to the SDL instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5036 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e50f829247
commit
3988b2bf58
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>September 9th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added a GCC-4 patch to the SDL instructions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Added a GCC-4 patch to the Firefox
|
||||
instructions.</para>
|
||||
|
@ -55,6 +55,14 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/SDL-&sdl-version;-gcc4-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">SDL Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -79,7 +87,8 @@
|
||||
<para>Install <application>SDL</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --disable-debug &&
|
||||
<screen><userinput>patch -Np1 -i ../SDL-&sdl-version;-gcc4-1.patch &&
|
||||
./configure --prefix=/usr --disable-debug &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user