
Micro In-System Programmer very short Installation Notes

Enter the src directory.
Check the path of the file io.h. It should be located at:

	sys/io.h

If you got "broken" or "very" old linux you might find it at:

	asm/io.h

Add the -D__BROKEN_LINUX switch to Makefile CPP paramters 
if uisp does not compile successfully.

To make it type:

	make

and to install it:

	make install

