Quick & Easy: Compile iwd (iNet wireless daemon) on Raspberry Pi

  • git clone git://git.kernel.org/pub/scm/libs/ell/ell.git
  • git clone git://git.kernel.org/pub/scm/network/wireless/iwd.git
  • sudo apt install libtool libreadline-dev libdbus-glib-1-dev python3-docutils
  • cd iwd && ./bootstrap
  • ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
  • make
  • sudo make install
  • src/iwd --help
  • usermod -a -G netdev pi