
This program depends on the Qt 1.1 library from Troll Tech at ftp.troll.no.
The Troll Tech webpage is "http://www.troll.no".

I have provided two makefiles GNUmakefile and Makefile.
If you have GNU make it should use the GNUmakefile all others should use
Makefile.

An executable for Intel based Linux is inculded in the kit so users don't
need to get the full Qt source code and build the program.  One can just
obtain the shared Qt 1.1 library and install the provided executable by
typing "make install" as root (or a user that can write to /usr/local/bin
and /usr/local/man/man1. 

To build the program:

    make

test the program

    ./blackjack

to install the program and man page as root do the following:
 
  make install

tdaley@vsys.com

