<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://doc.ubuntu-es.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>http://doc.ubuntu-es.org/index.php?title=SuperTux&amp;feed=atom&amp;action=history</id>
		<title>SuperTux - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="http://doc.ubuntu-es.org/index.php?title=SuperTux&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://doc.ubuntu-es.org/index.php?title=SuperTux&amp;action=history"/>
		<updated>2013-06-19T20:12:48Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://doc.ubuntu-es.org/index.php?title=SuperTux&amp;diff=6289&amp;oldid=prev</id>
		<title>Mstreet linux: empiezo el artículo</title>
		<link rel="alternate" type="text/html" href="http://doc.ubuntu-es.org/index.php?title=SuperTux&amp;diff=6289&amp;oldid=prev"/>
				<updated>2008-01-22T12:23:36Z</updated>
		
		<summary type="html">&lt;p&gt;empiezo el artículo&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{software&lt;br /&gt;
| nombre = SuperTux&lt;br /&gt;
| desarrollador = [http://supertux.lethargik.org/authors.html Equipo de SuperTux]&lt;br /&gt;
| versión_estable = Milestone2 - 0.3.1&lt;br /&gt;
| fecha_versión_estable = 2007&lt;br /&gt;
| versión_inestable = [[Subversion|SVN]]&lt;br /&gt;
| fecha_versión_inestable = 2007&lt;br /&gt;
| género = [[:Categoría:juegos de plataformas|Juego de plataformas]]&lt;br /&gt;
| licencia = [[w:software libre|libre]] ([[w:GNU GPL|GPL]]) &amp;lt;br /&amp;gt; [[w:software libre|libre]] ([[w:GNU GPL|GPL]] y [[w:CreativeCommons|CC by-sa]]), para datos&lt;br /&gt;
| español = Sí&lt;br /&gt;
| web = [http://supertux.lethargik.org/ supertux.lethargik.org]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''SuperTux''' es un [[w:género de videojuegos#Plataformas|juego de plataformas]] en [[w:bidimensional|2D]], clon [[w:software libre|libre]] de [[w:Super Mario World|Super Mario]], donde el protagonista es el pingüino [[Tux]], la mascota del núcleo [[Linux]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: right; float: right; display: table;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Etimología ==&lt;br /&gt;
&lt;br /&gt;
El nombre SuperTux proviene del juego [[w:Super Mario World|Super Mario]], en el cual está inspirado el juego, y de Tux, la mascota del núcleo [[Linux]] y protagonista del juego.&lt;br /&gt;
&lt;br /&gt;
== Requisitos ==&lt;br /&gt;
&lt;br /&gt;
* [[w:Tarjeta gráfica|Tarjeta gráfica]]: con [[aceleración 3D]].&lt;br /&gt;
&lt;br /&gt;
== Instalación ==&lt;br /&gt;
&lt;br /&gt;
=== Mediante repositorios ===&lt;br /&gt;
&lt;br /&gt;
[[instalar aplicaciones|Instala]] el paquete &amp;lt;code&amp;gt;supertux&amp;lt;/code&amp;gt; del repositorio ''universe'' de Ubuntu.&lt;br /&gt;
&lt;br /&gt;
=== Mediante código fuente ===&lt;br /&gt;
&lt;br /&gt;
Puedes obtener la última versión de desarrollo de SuperTux y compilarla.&lt;br /&gt;
&lt;br /&gt;
Por empezar, [[instalar aplicaciones|instala]] los paquetes &amp;lt;code&amp;gt;build-essential&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jam&amp;lt;/code&amp;gt; y &amp;lt;code&amp;gt;subversion&amp;lt;/code&amp;gt;. jam es la herramienta que usa SuperTux para compilar, y [[Subversion]] (SVN) el software de control de versiones desde el cual se puede obtener la última versión de desarrollo de SuperTux.&lt;br /&gt;
&lt;br /&gt;
Obtén el código fuente mediante SVN:&lt;br /&gt;
 svn checkout http://supertux.lethargik.org/svn/supertux/trunk/supertux&lt;br /&gt;
&lt;br /&gt;
Esto creará un nuevo directorio llamado &amp;lt;code&amp;gt;supertux&amp;lt;/code&amp;gt; donde se descargarán los ficheros con el código fuente y los datos. Posteriormente, puedes actualizar los ficheros desde el repositorio SVN:&lt;br /&gt;
 svn update&lt;br /&gt;
&lt;br /&gt;
Una vez que hayas obtenido el código, ve al directorio correspondiente:&lt;br /&gt;
 cd supertux&lt;br /&gt;
&lt;br /&gt;
Antes de compilar debes configurar el código para adaptarlo a tu máquina:&lt;br /&gt;
 ./autogen.sh&lt;br /&gt;
 ./configure --enable-debug&lt;br /&gt;
&lt;br /&gt;
Por último, compila con jam:&lt;br /&gt;
 jam&lt;br /&gt;
&lt;br /&gt;
Más información en el [http://supertux.lethargik.org/wiki/Building_SuperTux wiki oficial] {{en}}.&lt;br /&gt;
&lt;br /&gt;
== Uso ==&lt;br /&gt;
&lt;br /&gt;
=== Inicio ===&lt;br /&gt;
&lt;br /&gt;
Para iniciar SuperTux desde [[terminal]], ejecuta el siguiente comando:&lt;br /&gt;
 supertux&lt;br /&gt;
&lt;br /&gt;
O bien, si tienes Milestone2:&lt;br /&gt;
 supertux2&lt;br /&gt;
&lt;br /&gt;
== Enlaces externos ==&lt;br /&gt;
&lt;br /&gt;
{{Wikipedia}}&lt;br /&gt;
* [http://supertux.lethargik.org/ Sitio web oficial de SuperTux] {{en}}.&lt;br /&gt;
* [http://supertux.lethargik.org/wiki/Main_Page Wiki oficial de SuperTux] {{en}}.&lt;br /&gt;
* [http://developer.berlios.de/projects/supertux/ Proyecto SuperTux en BerliOS] {{en}}.&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Juegos de plataformas]]&lt;/div&gt;</summary>
		<author><name>Mstreet linux</name></author>	</entry>

	</feed>