mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-17 23:00:38 +02:00
switch linux-zigbee tools source from (old) tarball to git repository
- install/INSTALL-PC: updated build process of lowpan-tools to use the git repository - tools/dirtpan/Makefile (CFLAGS): added include path for lowpan tools from git
This commit is contained in:
parent
d94ac9587d
commit
2d961523f2
@ -15,9 +15,8 @@
|
|||||||
|
|
||||||
3. Build the user space tools of the linux-zigbee project
|
3. Build the user space tools of the linux-zigbee project
|
||||||
|
|
||||||
wget http://ufpr.dl.sourceforge.net/project/linux-zigbee/linux-zigbee-sources/0.2.2/lowpan-tools-0.2.2.tar.gz
|
git clone git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee
|
||||||
tar xfz lowpan-tools-0.2.2.tar.gz
|
cd linux-zigbee
|
||||||
cd lowpan-tools-0.2.2
|
./autogen.sh
|
||||||
./configure
|
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
@ -15,4 +15,5 @@ MAIN = dirtpan
|
|||||||
|
|
||||||
include ../Makefile.common
|
include ../Makefile.common
|
||||||
|
|
||||||
CFLAGS += -I. -I../../install/lowpan-tools-0.2.2/include/
|
CFLAGS += -I. -I../../install/lowpan-tools-0.2.2/include/ \
|
||||||
|
-I../../install/linux-zigbee/include/
|
||||||
|
Loading…
Reference in New Issue
Block a user