1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-01 04:10:45 +03:00

INSTALL-PC: fix typo, install libnl-dev for zigbee

This commit is contained in:
Xiangfu 2011-10-25 14:50:44 +08:00
parent 153b9e3af8
commit d7bd1b97b5

View File

@ -14,11 +14,12 @@
2. Set up the user space
# iproute - probably already installed
aptiude install libnl1
aptitude install libnl1
mkdir -p /usr/local/var/run
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
cd linux-zigbee
./autogen.sh