Date:2011-07-01 17:18:34 (12 years 8 months ago)
Author:Werner Almesberger
Commit:ae348fb5cc76549fde6aa4c824630da2ec9d0dd9
Message: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
Files: install/INSTALL-PC (1 diff)
tools/dirtpan/Makefile (1 diff)

Change Details

install/INSTALL-PC
1515
16163. Build the user space tools of the linux-zigbee project
1717
18    wget http://ufpr.dl.sourceforge.net/project/linux-zigbee/linux-zigbee-sources/0.2.2/lowpan-tools-0.2.2.tar.gz
19    tar xfz lowpan-tools-0.2.2.tar.gz
20    cd lowpan-tools-0.2.2
21    ./configure
18    git clone git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee
19    cd linux-zigbee
20    ./autogen.sh
2221    make
2322    make install
tools/dirtpan/Makefile
1515
1616include ../Makefile.common
1717
18CFLAGS += -I. -I../../install/lowpan-tools-0.2.2/include/
18CFLAGS += -I. -I../../install/lowpan-tools-0.2.2/include/ \
19      -I../../install/linux-zigbee/include/

Archive Download the corresponding diff file



interactive