
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

By default configure assumes you have your Linux kernel in
/usr/src/linux.  If you want to specify an alternate directory, you
just have to use the --with-linux option.  Example:

	./configure --with-linux=/home/linux-source/raid-linux

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


