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

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 $