				snes9express

Compiling and Installing snes9express
-------------------------------------

Short story:
	./configure
	 make
	 su -c make install

Long story:

You should be able to configure and compile snes9express just
by typing "./configure" while in the snes9express source directory.

snes9express needs the development components of GTK 2.x

To compile snes9express, simply type make.

When that has completed, you can install snes9express by running make install.
You will have to be root to install to system directories (default: /usr/local)

