DavidWyand-GG 7dbfe6994d Engine directory for ticket #1 преди 13 години
..
.deps 7dbfe6994d Engine directory for ticket #1 преди 13 години
AUTHORS 7dbfe6994d Engine directory for ticket #1 преди 13 години
COPYING 7dbfe6994d Engine directory for ticket #1 преди 13 години
ChangeLog 7dbfe6994d Engine directory for ticket #1 преди 13 години
INSTALL 7dbfe6994d Engine directory for ticket #1 преди 13 години
Makefile.am 7dbfe6994d Engine directory for ticket #1 преди 13 години
Makefile.in 7dbfe6994d Engine directory for ticket #1 преди 13 години
README 7dbfe6994d Engine directory for ticket #1 преди 13 години
acinclude.m4 7dbfe6994d Engine directory for ticket #1 преди 13 години
aclocal.m4 7dbfe6994d Engine directory for ticket #1 преди 13 години
autogen.notes 7dbfe6994d Engine directory for ticket #1 преди 13 години
autogen.sh 7dbfe6994d Engine directory for ticket #1 преди 13 години
configure 7dbfe6994d Engine directory for ticket #1 преди 13 години
configure.in 7dbfe6994d Engine directory for ticket #1 преди 13 години
depcomp 7dbfe6994d Engine directory for ticket #1 преди 13 години
install-sh 7dbfe6994d Engine directory for ticket #1 преди 13 години
missing 7dbfe6994d Engine directory for ticket #1 преди 13 години
mngplay.c 7dbfe6994d Engine directory for ticket #1 преди 13 години

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 $