1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
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)
|