
To INSTALL the RAID tools, you just have to use the configure program
supplied with the distribution like this:

	./configure

Configure recognizes most GNU configure options.  Try configure --help
for a detailed description

configure assumes by default you want to install like this:

critical binaries:
	/sbin

configuration binaries:
	/usr/sbin

man pages:
	/usr/man

You can change the default installation prefix by using configure's
--prefix option like this:

	./configure --prefix=/usr/local


