
This version of Omega 0.78.1 was compiled with D.J.Delorie's IBM port
of GNU C++, djgpp.  As such, it will only run on a 386 or higher.

Omega requires the directory C:\TMP to exist, as this is where it
places its swap file.  The directory OMEGALIB can be anywhere in your
file hierarchy, but you must cd to the directory containing OMEGALIB
before running Omega.  You should also set the following shell variable,
either by typing it at the dos prompt or putting it somewhere useful,
like your AUTOEXEC.BAT:
set go32=emu omegalib\emu387

So as to have reasonably sized save files, I have lifted the standard
UNIX compress program.  I include the following from the comment at
the beginning of the code for compress:

 * This code is derived from software contributed to Berkeley by
 * James A. Woods, derived from original work by Spencer Thomas
 * and Joseph Orost.
 *
 * Redistribution and use in source and binary forms are permitted
 * provided that: (1) source distributions retain this entire copyright
 * notice and comment, and (2) distributions including binaries display
 * the following acknowledgement:  ``This product includes software
 * developed by the University of California, Berkeley and its contributors''
