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