I think the readme describes everything you need to do pretty well.
unpack the drivers go into that directory and then type the following commands
make config
make dep
make
make install
make devs
(this assumes your kernel src is located in /usr/src/linux, go to that directory and make sure that is true first if it isn't you need to install the kernel source first)
|