Changes

Jump to: navigation, search

Installons les bons outils

461 bytes added, 14:11, 20 January 2017
Created page with "Allons chercher et installons les outils wpan-tools. Au préalable installons les outils pour installer les outils... <nowiki> sudo apt-get install dh-autoreconf sudo apt-g..."
Allons chercher et installons les outils wpan-tools.

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

<nowiki>
sudo apt-get install dh-autoreconf
sudo apt-get install install libnl-genl-3-dev
</nowiki>

Cherchons et installons

<nowiki>
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

</nowiki>
46
edits