mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-19 06:51:53 +02:00
INSTALL-PC: fix typo, install libnl-dev for zigbee
This commit is contained in:
parent
153b9e3af8
commit
d7bd1b97b5
@ -14,11 +14,12 @@
|
|||||||
2. Set up the user space
|
2. Set up the user space
|
||||||
|
|
||||||
# iproute - probably already installed
|
# iproute - probably already installed
|
||||||
aptiude install libnl1
|
aptitude install libnl1
|
||||||
mkdir -p /usr/local/var/run
|
mkdir -p /usr/local/var/run
|
||||||
|
|
||||||
3. Build the user space tools of the linux-zigbee project
|
3. Build the user space tools of the linux-zigbee project
|
||||||
|
|
||||||
|
aptitude install libnl-dev
|
||||||
git clone git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee
|
git clone git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee
|
||||||
cd linux-zigbee
|
cd linux-zigbee
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user