DavidWyand-GG 7dbfe6994d Engine directory for ticket #1 hace 13 años
..
.deps 7dbfe6994d Engine directory for ticket #1 hace 13 años
AUTHORS 7dbfe6994d Engine directory for ticket #1 hace 13 años
COPYING 7dbfe6994d Engine directory for ticket #1 hace 13 años
ChangeLog 7dbfe6994d Engine directory for ticket #1 hace 13 años
INSTALL 7dbfe6994d Engine directory for ticket #1 hace 13 años
Makefile.am 7dbfe6994d Engine directory for ticket #1 hace 13 años
Makefile.in 7dbfe6994d Engine directory for ticket #1 hace 13 años
README 7dbfe6994d Engine directory for ticket #1 hace 13 años
acinclude.m4 7dbfe6994d Engine directory for ticket #1 hace 13 años
aclocal.m4 7dbfe6994d Engine directory for ticket #1 hace 13 años
autogen.notes 7dbfe6994d Engine directory for ticket #1 hace 13 años
autogen.sh 7dbfe6994d Engine directory for ticket #1 hace 13 años
configure 7dbfe6994d Engine directory for ticket #1 hace 13 años
configure.in 7dbfe6994d Engine directory for ticket #1 hace 13 años
depcomp 7dbfe6994d Engine directory for ticket #1 hace 13 años
install-sh 7dbfe6994d Engine directory for ticket #1 hace 13 años
missing 7dbfe6994d Engine directory for ticket #1 hace 13 años
mngplay.c 7dbfe6994d Engine directory for ticket #1 hace 13 años

README

* mngplay *

a simple SDL-based mng player

This is a simple example program, using the Simple Direct media Layer
to display mng animation decoded by the new libmng implementation.

SDL and libmng are quite portable, but I've only tried it on x86 Linux.
Project files for MacOS, BeOS and Win32 are welcome. The code's fairly
rough at this point, but there was no example player for *nix in the
distribution. Patches welcome, of course.

On a unix-like system, the build instructions are simple:

(install and/or build the SDL libraries from libsdl.org)
(install and/or build the mng library from libmng.com)
./configure (or ./autogen.sh if you're using the cvs source)
make
make install

To use the player:

mngplay .mng

---
Ralph Giles
$Date: 2002/09/26 18:09:37 $