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