Installons les bons outils

From Fixme.ch
Revision as of 17:11, 20 January 2017 by Tim (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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