This file will contain some comments about how you should compile and
install DEU.  There is not much in it for the moment...

Here is what you have to do:
- Edit the Makefile and select the right graphics library depending on
  your system and compiler.  The default Makefile works for GCC under DOS.
- Type "make" and hope that everything will work.
- Create a deu.ini file (similar to the one for DEU 5.21) which gives the
  path to your Doom/DoomII/Heretic WAD file.
- For UNIX systems running X Window, you will have to install the font
  pc8x8.pcf.  Copy that file into an empty directory and type "mkfontdir".
  Then type "xset fp+ /your/font/directory".
- Run DEU.

If your compiler works with "project files" instead of Makefiles, then
create a project file containing all files listed in the Makefile (pay
attention to the g_gfx???.c and g_mou???.c files).  You may have to set
a few options such as the memory model (huge), etc.

If that does not work, then wait until the next beta release.  In any case,
DO NOT ask us how to compile DEU.  Each question that any of us has to
answer means a few minutes less for programming.  And 100 times a few
minutes mean that the next beta release could be delayed for several days.
