This is the Internet C++ port of Id's Doom.

To build idoom, you will need the Internet C++ development system installed.

To run it you will need the Internet C++ Virtual Machine (icvm) installed.
You should have icvm installed as /bin/icvm.


To build type:

	make


To run idoom you will need a wad file (doom.wad, doomu.wad or doom2.wad etc.) 
from your purchased version of doom, or the shareware wad file (doom1.wad) 
installed in the same directory you are running idoom from.

type:

	./idoom 

or:

	icvm idoom


To run it with a double size screen type:
	./idoom -2

or:

	icvm idoom -2





