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