File: README

package info (click to toggle)
oonsoo 1.2-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,604 kB
  • ctags: 422
  • sloc: cpp: 24,373; makefile: 82
file content (42 lines) | stat: -rw-r--r-- 901 bytes parent folder | download | duplicates (3)
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)