
				Install

To compile:

	% make

Then, as root, to install:

	# make install

This will install i810switch and i810rotate in /usr/bin.  The Makefile
supports DESTDIR, so, for example, to install into /my/path/usr/bin:

	# make DESTDIR="/my/path" install

To allow non-root users to use i810switch:

	# chmod u+s /usr/bin/i810switch

i810switch is not set suid by default, for the sake of security.

