To use the PowerPak, first you will have to compile it. To compile it 
you will need to get the SDL libary from
www.devolution.com/~slouken/SDL/ You can download the SDL lib as a
binary or source. If you get it as source just compile and install it
as per the instructions.

After you have SDL up and ready to use, just change into the directory
that you put the PowerPak into and rename one of the Makefiles
(depending on your compiler) to "Makefile". The Makefiles provided are 

Makefile.UNIX - For compiling PowerPak for Linux, FreeBSD, ?

Makefile.BeOS - For compiling PowerPak for the BeOS.

Makefile.MingW32 - For compiling PowerPak Natively on Windows
computers using the MingW32 compiler

Makefile.XMingW32 - For cross-compiling PowerPak on a UNIX
machine for use on a Windows maching using the MingW32 cross-compiler

VisualC.zip - This contains the project files for compiling PowerPak 
using Microsoft Visual C

By default Joystick, Power3D, JPEG, PNG, MPEG and TrueType support are
turned on. You can comment the appropriate line out in the makefile if
you don't have the necessary libs. When you are ready to compile type
"make", followed by "make install" and if you wish "make clean".

Versions earlier than 990816 have more than one lib and are not 
compatible, if you have an early version installed use "make upgrade" 
in place of "make install" it will remove the old libs as well as 
installing the new ones.

