It should already be available from your distro, you shouldn't have to download and compile it. Which distro are you using?
If you still want to compile it from source, copy it to a convenient folder, like in your home folder. It usually is a .tar.gz file or a .tar.bz2 file. To unpack it, cd to the folder that it is in:
Then type in this:
Code:
# tar xvfz ndiswrapper-1.48.tar.gz
or
# tar xvfj ndiswrapper-1.48.tar.bz2
This will create a folder named ndiswrapper-1.48. If I have the name wrong, correct it to match the file.
There should be a file in that folder with instructions to compile. You need things like the kernel source and some development programs installed.
It's easier to just install the version from the distro.
