1XOJ -- O. J. Simpson Simulator
2
3	"Relive the experience"
4
5
6How to Build:
7
8  Use the "Imakefile" (do "xmkmf", then "make");
9
10  OR,
11
12  Edit the Makefile and set up the paths to your X11R5 include
13files and libraries appropriately.
14
15  Then type 'make'.
16
17  You can run the executable by typing
18
19	xoj
20
21or
22
23	xoj -display <machine_name>:0
24
25
26Credits:
27
28  Created by J. Eric Bracken <bracken@performance.com>
29
30  Uses code stolen shamelessly from Rick Jansen's "xsnow," some of which
31comes from the Xroach program.
32
33  Extensions for multiple screens by Gary Thompson (garyt@lgc.com)
34