+---------------------------+
| Space Plumber Source Code |
| Angel Ortega 1997-1999    |
+---------------------------+

(spanish text at the end)

This is the source code for the game Space Plumber. It's released under the
GPL license, that you can read in the COPYING file. There are no further
documentation included here: visit http://www.triptico.com to know more about
this game. Source comments are in spanish.

Space Plumber can compile under DOS+Windows (with DJGPP), Linux+svgalib and
Unix+X11 (only tested in Linux). To compile in any of this environments you
must set the OS_TARGET variable.

 make OS_TARGET=DOS		# under DOS with DJGPP

 make OS_TARGET=LINUX_SVGALIB	# under Linux with libsvga

 make OS_TARGET=UNIX_X11	# under Unix with X Window version 11

You must run the program from the same directory the splumber.pck file is
(sorry). In Linux+svgalib you must be root.

There is no warranty. You use it at your own risk.

-----------------------------------------------------------

Este es el cdigo fuente del juego Space Plumber. Est liberado protegido
mediante la licencia GPL, que puedes leer en el fichero COPYING. Este paquete
no incluye documentacin: para cualquier informacin adicional, consultar
http://www.triptico.com . Los comentarios en el cdigo fuente estn en
espaol.

Space Plumber puede compilar bajo DOS+Windows (con DJGPP) Linux+svgalib y
Unix+X11 (slo probado en Linux). Para compilar en cualquiera de estos
entornos, se debe definir la variable OS_TARGET.

 make OS_TARGET=DOS		# under DOS with DJGPP

 make OS_TARGET=LINUX_SVGALIB	# under Linux with libsvga

 make OS_TARGET=UNIX_X11	# under Unix with X Window version 11

Debes ejecutar el programa desde el mismo directorio en que est el fichero
splumber.pck (lo siento). En Linux+svgalib hay que ser root.

No hay garanta ninguna. salo bajo tu propia responsabilidad.
