
Oonsoo "A Solitaire Card Game"
==============================

Welcome to Oonsoo version 1.2!  This release adds support for true color
graphics modes.  I've tested it under the following operating systems (the 
makefiles for these systems should work fine):

  Linux  2.x.x
  Solaris

If you find any bugs in the program please let me know.


Installation
------------

To Build the oonsoo executables:

   - Choose the correct Makefile.your_os for your system and execute:

       make -f Makefile.your_os     (e.g for Linux use Makefile.Linux)

   - If there is no Makefile.your_os then you'll have to make one
     yourself (sorry!)

   - Copy the oonsoo executable to a good place (maybe /usr/local/bin)


License
-------

  See the COPYING file for the terms under which you may redistribute
  Oonsoo.


Thanks
------

  Mitch DSouza for the Sun-PRO C/C++ compiler support (Makefile.Solaris)


