To compile and install Nintencer, follow these steps:

	1.  Run "./configure".  If you want OpenGL support(which you probably do), and you
	    have the OpenGL headers installed, run configure with "--with-opengl".
	    To see all possible compilation options, run "./configure --help".

	    If you're compiling under Mac OS X, you should probably run configure
	    with "--disable-sdltest".

	    The "windres" command is necessary because I can't get automake to recognize
	    the resource object correctly.

	2.  Run "make install".
