<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Fedora</title><link>https://sourceforge.net/p/tumblegonk/wiki/Fedora/</link><description>Recent changes to Fedora</description><atom:link href="https://sourceforge.net/p/tumblegonk/wiki/Fedora/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 07 Nov 2012 00:01:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tumblegonk/wiki/Fedora/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Fedora modified by brooss</title><link>https://sourceforge.net/p/tumblegonk/wiki/Fedora/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -11,7 +11,9 @@
 Next get the SDL SDL_mixer and SDL_image source code from Mercurial
 
 &gt; hg clone http://hg.libsdl.org/SDL
+
 &gt; hg clone http://hg.libsdl.org/SDL_image
+
 &gt; hg clone http://hg.libsdl.org/SDL_mixer 
 
 Now compile and install SDL2
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brooss</dc:creator><pubDate>Wed, 07 Nov 2012 00:01:07 -0000</pubDate><guid>https://sourceforge.net9322fe5b7a9a234cfa061077df8a08f99687c176</guid></item><item><title>WikiPage Fedora modified by brooss</title><link>https://sourceforge.net/p/tumblegonk/wiki/Fedora/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -6,7 +6,7 @@
 
 First get the required development tools.
 
-&gt; su -c 'yum install gcc-c++ automake autoconf *mercurial libogg-devel libvorbis-devel libpng-devel mesa-libGLES-devel mesa-libGLU-devel git libvpx-devel'
+&gt; su -c 'yum install gcc-c++ automake autoconf *mercurial libogg-devel libvorbis-devel libpng-devel mesa-libGLES-devel mesa-libGLU-devel mesa-libEGL-devel pulseaudio-libs-devel git libvpx-devel'
 
 Next get the SDL SDL_mixer and SDL_image source code from Mercurial
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brooss</dc:creator><pubDate>Wed, 07 Nov 2012 00:00:39 -0000</pubDate><guid>https://sourceforge.net7e194fdb96f3d60b27a7dc6d36a0ec27c9e03741</guid></item><item><title>WikiPage Fedora modified by brooss</title><link>https://sourceforge.net/p/tumblegonk/wiki/Fedora/</link><description>Fedora 17
===============
SDL2
------
TumbleGonk requires SDL2 (and SDL2_image and SDL2_mixer). There are no official packages available so it is required to compile SDL2 from source.

First get the required development tools.

&gt; su -c 'yum install gcc-c++ automake autoconf *mercurial libogg-devel libvorbis-devel libpng-devel mesa-libGLES-devel mesa-libGLU-devel git libvpx-devel'

Next get the SDL SDL_mixer and SDL_image source code from Mercurial

&gt; hg clone http://hg.libsdl.org/SDL
&gt; hg clone http://hg.libsdl.org/SDL_image
&gt; hg clone http://hg.libsdl.org/SDL_mixer 

Now compile and install SDL2

&gt; cd SDL
&gt; mkdir build
&gt; cd build
&gt; ../configure --prefix=/usr
&gt; make
&gt; su -c 'make install'

Next repeat for SDL_image

&gt; cd ../../SDL_image
&gt; mkdir build
&gt; cd build
&gt; ../configure --prefix=/usr
&gt; make
&gt; su -c 'make install'

And SDL_mixer

&gt; cd ../../SDL_mixer
&gt; mkdir build
&gt; cd build
&gt; ../configure --prefix=/usr
&gt; make
&gt; su -c 'make install'
&gt; cd ../..

Building
-----------
Get the TumbleGonk source from git

&gt;git clone git://git.code.sf.net/p/tumblegonk/code tumblegonk-code

Finally configure, compile and install TumbleGonk

&gt;cd tumblegonk-code
&gt;autoreconf -i
&gt;./configure --prefix=/usr/
&gt;make
&gt;su -c 'make install'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brooss</dc:creator><pubDate>Tue, 06 Nov 2012 11:30:47 -0000</pubDate><guid>https://sourceforge.net7dcc2fd0627051d4b549186a277c2d5b371a5d1d</guid></item></channel></rss>