unmine 
Copyright 2015 Kyle Stevenson <stevensonkd@gmail.com>
INSTALL

Installation on Windows
-----------------------

The easiest way to play on Windows is to download the pre-built game from the
project website. To build unmine yourself, ensure you have MinGW with GCC and
pdcurses installed, then run:

    mkdir build
    make windows

This builds a portable (standalone) executable at build\unmine.exe.


Installation on Linux and OS X
------------------------------

To build unmine, ensure you have GCC and ncurses installed, then run:

    mkdir build
    make

This builds an executable at build/unmine.
