Alexander Afanasyev | 2aa3962 | 2014-01-22 11:51:11 -0800 | [diff] [blame^] | 1 | |
2 | Prerequisites | ||||
3 | ------------- | ||||
4 | |||||
5 | - Boost libraries >= 1.42 | ||||
6 | - NDN-CPP-dev library (https://github.com/cawka/ndn-cpp) | ||||
7 | |||||
8 | Build | ||||
9 | ----- | ||||
10 | |||||
11 | The following commands should be used to build NFD: | ||||
12 | |||||
13 | ./waf configure | ||||
14 | ./waf | ||||
15 | |||||
16 | If NFD needs to be installed | ||||
17 | |||||
18 | sudo ./waf install | ||||
19 | |||||
20 |