• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Commands/H10-Jan-2000-517187

Game/H10-Jan-2000-1,857950

SampleData/H10-Jan-2000-747709

Sound/H03-May-2022-386142

SpriteData/H10-Jan-2000-22,53022,287

Tools/H10-Jan-2000-279183

UI/H03-May-2022-1,791793

AnnouncementH A D10-Jan-20001.6 KiB6341

COPYINGH A D10-Jan-200017.6 KiB341281

Makefile.HP-UXH A D10-Jan-2000964 4516

Makefile.LinuxH A D10-Jan-2000969 4516

Makefile.SolarisH A D10-Jan-20001.1 KiB4516

Makefile.SunOSH A D10-Jan-2000952 4516

Makefile.ULTRIXH A D10-Jan-2000955 4516

Makefile.commonH A D03-May-20221.6 KiB7244

READMEH A D10-Jan-2000901 4323

main.cxxH A D03-May-20221.7 KiB7329

README

1
2Oonsoo "A Solitaire Card Game"
3==============================
4
5Welcome to Oonsoo version 1.2!  This release adds support for true color
6graphics modes.  I've tested it under the following operating systems (the
7makefiles for these systems should work fine):
8
9  Linux  2.x.x
10  Solaris
11
12If you find any bugs in the program please let me know.
13
14
15Installation
16------------
17
18To Build the oonsoo executables:
19
20   - Choose the correct Makefile.your_os for your system and execute:
21
22       make -f Makefile.your_os     (e.g for Linux use Makefile.Linux)
23
24   - If there is no Makefile.your_os then you'll have to make one
25     yourself (sorry!)
26
27   - Copy the oonsoo executable to a good place (maybe /usr/local/bin)
28
29
30License
31-------
32
33  See the COPYING file for the terms under which you may redistribute
34  Oonsoo.
35
36
37Thanks
38------
39
40  Mitch DSouza for the Sun-PRO C/C++ compiler support (Makefile.Solaris)
41
42
43