Quick guide to get CHEST compiled & running		$Revision: 1.4 $
===========================================
If you got an executable, already, you need not compile anything: goto (3).

Compilation (UNIX style; for other platforms see "README_LONG"):
    (1) Copy "Templates/Makefile.simple" to "Makefile".

    (2) Do "make".  Now you have an executable: "dchest".

Execution:
    (3) Decide for X, the amount of available real memory for CHEST at runtime,
	in MB.  Spare 0.8 MB for CHEST itself.

    (4) Find or create a file with EPD input.  When the positions are forced
	mates, it is more fun.  As an example you can use "EPD/HMm2.epd".  Do
	"dchest -b -M X EPDFILE", where X is the above amount of memory,
	and EPDFILE is the name of the EPD input file.

    (5) Watch CHEST spitting out solutions, while omitting those EPD lines
	without a solution.

Got problems?  Want more?  Go and read "README" and "README_LONG".
