The Makefile with this distribution should work under Linux, but may
need editing for other UNIX platforms.

Download from: http://www.met.rdg.ac.uk/~swrhgnrj/xpenguins/

To compile, type:

	make xpenguins

This creates an executable in the current directory called
`xpenguins'. You can then put this and the manual entry in suitable
directories - for example, as root type: 

	install -s -m 755 -o 0 -g 0 xpenguins /usr/X11R6/bin/xpenguins
	install -m 644 -o 0 -g 0 xpenguins.1 /usr/X11R6/man/man1


