Descargue un archivo .tar.bz2 lo descomprimi, pero no puedo hacer make, make install. Hay alguna otra forma de instalar esto:
root@ubuntu-laptop:/# bzip2 -dc iw-0.9.13.tar.bz2 | tar -xv
iw-0.9.13/
iw-0.9.13/.gitignore
iw-0.9.13/COPYING
iw-0.9.13/Makefile
iw-0.9.13/README
iw-0.9.13/genl.c
iw-0.9.13/ibss.c
iw-0.9.13/info.c
iw-0.9.13/interface.c
iw-0.9.13/iw.8
iw-0.9.13/iw.c
iw-0.9.13/iw.h
iw-0.9.13/mesh.c
iw-0.9.13/mpath.c
iw-0.9.13/nl80211.h
iw-0.9.13/phy.c
iw-0.9.13/reg.c
iw-0.9.13/scan.c
iw-0.9.13/station.c
iw-0.9.13/util.c
iw-0.9.13/version.sh
Me voy al directorio: y al hacer make me dice esto

:

Makefile:33: *** Cannot find development files for any supported version of libnl. Alto.
root@ubuntu-laptop:/# cd iw-0.9.13
root@ubuntu-laptop:/iw-0.9.13# make
Makefile:33: *** Cannot find development files for any supported version of libnl. Alto.
root@ubuntu-laptop:/iw-0.9.13#
Mi pregunta es ¿Cómo instalarlo si no puedo hacer make, make install?

Muchas gracias.
