blob: 62022d9b0fb55ab2b2f1763e2f9d93f5ab439f40 [file] [log] [blame]
Eric Newberryfe0d0142017-11-29 13:22:48 -07001#!/bin/bash
2
3source install_helpers/common.sh
4
5echo
6echo "INSTALLING ndn-tools"
7echo "********************"
8
9prepare_repo ndn-tools NDNTOOLS
10./waf configure
11./waf
12sudo ./waf install