blob: 62022d9b0fb55ab2b2f1763e2f9d93f5ab439f40 [file] [log] [blame]
#!/bin/bash
source install_helpers/common.sh
echo
echo "INSTALLING ndn-tools"
echo "********************"
prepare_repo ndn-tools NDNTOOLS
./waf configure
./waf
sudo ./waf install