Sandora's install guide
Last updated: 2011-03-11
Version: 0.1.1
--------------------------------------------------------------------------------

The current version of Sandora comes with a prepackaged .pnd file you can put on
your Pandora's SD card. Sandora is found in the menu through Games, subcategory
Puzzle and Board.

For manually compiling, use the following instructions:

Sandora uses a very simple makefile which generates an executable file in the
makefile directory.

Sandora has been built to be compiled on the Pandora itself. Please make sure
you have the necessary development tools on the Pandora installed to compile C
applications. SDL library is also required. Building a .pnd release file is done
by invoking 'make pnd' on the pandora. libSDL-1.2 is required for this.

You can also build a WIN32 version of Sandora by invoking 'make -f
makefile.win'. MinGW and SDL are needed to compile on Windows.
