Installons les bons outils

From Fixme.ch
Jump to: navigation, search

Allons chercher et installons les outils wpan-tools.

Au préalable installons les outils pour installer les outils...

sudo apt-get install dh-autoreconf
sudo apt-get install install libnl-genl-3-dev

Cherchons et installons

git clone --depth 1 https://github.com/linux-wpan/wpan-tools.git
cd wpan-tools
 ./autogen.sh
./configure CFLAGS='-g -O0' --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
make
sudo make install