blob: 64252fd362f19a01b75de77fac3040613df46608 [file] [log] [blame] [view]
Shuo Chen478204c2014-03-18 18:27:04 -07001ndn-repo-ng: Next generation of NDN repository
2===============================================
Shuo Chen050fcad2014-03-12 15:45:54 -07003
4Prerequisites
5-------------
6
Shuo Chen478204c2014-03-18 18:27:04 -07007Required:
Shuo Chen050fcad2014-03-12 15:45:54 -07008
Shuo Chen478204c2014-03-18 18:27:04 -07009* [ndn-cpp-dev and its dependencies](https://github.com/named-data/ndn-cpp-dev)
10* sqlite3
11* Boost libraries
Shuo Chen050fcad2014-03-12 15:45:54 -070012
13Build
14-----
15
16To build in a terminal, change directory to the ndn_repo root. Enter:
17
18 ./waf configure
19 ./waf
20 sudo ./waf install
21
22This makes and installs the following items:
23
Shuo Chen478204c2014-03-18 18:27:04 -070024If configured with tests: `./waf configure --with-tests`), the above commands will
25also generate unit tests in `./built/unit-tests`