
#	this is the INSTALL file for VDT (the Visual Disk Test) by <botao.org>

	To unpack and `build' VDT , just follow the steps below ;

	to unpack it :

$ gzip -d vdt[0-9]*-src.tar.gz
$ tar xf vdt[0-9]*-src.tar
$ cd vdt[0-9]

	and to build it :

$ ./configure
$ make

	and to validate it :

$ make test

	and to install it :

$ make install

