diff --git a/install/INSTALL-PC b/install/INSTALL-PC index 6a48685..54db4dc 100644 --- a/install/INSTALL-PC +++ b/install/INSTALL-PC @@ -15,9 +15,8 @@ 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 - tar xfz lowpan-tools-0.2.2.tar.gz - cd lowpan-tools-0.2.2 - ./configure + git clone git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee + cd linux-zigbee + ./autogen.sh make make install diff --git a/tools/dirtpan/Makefile b/tools/dirtpan/Makefile index 246e9bf..20527f7 100644 --- a/tools/dirtpan/Makefile +++ b/tools/dirtpan/Makefile @@ -15,4 +15,5 @@ MAIN = dirtpan 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/