Trouble making an rpm of ndiswrapper
I'm trying to install the driver for a network adapter that plugs into a USB socket. I couldn't get setup.exe to run properly, so I asked over here, and was told to use ndiswrapper. So now I have ndiswrapper-2.2.tar.gz on my computer, along with all the files extracted. I try to run
$ make rpm -f Makefile ndiswrapper2.2
but I keep getting "error 127" and "can't find rpmbuild". When I try to just run
$ make
I get "error 2".
Do I have to install rpmbuilder? If so, where can I find it?