Shuo Chen | 478204c | 2014-03-18 18:27:04 -0700 | [diff] [blame] | 1 | ndn-repo-ng: Next generation of NDN repository |
| 2 | =============================================== |
Shuo Chen | 050fcad | 2014-03-12 15:45:54 -0700 | [diff] [blame] | 3 | |
| 4 | Prerequisites |
| 5 | ------------- |
| 6 | |
Shuo Chen | 478204c | 2014-03-18 18:27:04 -0700 | [diff] [blame] | 7 | Required: |
Shuo Chen | 050fcad | 2014-03-12 15:45:54 -0700 | [diff] [blame] | 8 | |
Alexander Afanasyev | e291caf | 2014-04-25 11:17:36 -0700 | [diff] [blame] | 9 | * [ndn-cxx and its dependencies](https://github.com/named-data/ndn-cxx) |
Shuo Chen | 478204c | 2014-03-18 18:27:04 -0700 | [diff] [blame] | 10 | * sqlite3 |
| 11 | * Boost libraries |
Shuo Chen | 050fcad | 2014-03-12 15:45:54 -0700 | [diff] [blame] | 12 | |
| 13 | Build |
| 14 | ----- |
| 15 | |
| 16 | To build in a terminal, change directory to the ndn_repo root. Enter: |
| 17 | |
| 18 | ./waf configure |
| 19 | ./waf |
| 20 | sudo ./waf install |
| 21 | |
| 22 | This makes and installs the following items: |
| 23 | |
Shuo Chen | 478204c | 2014-03-18 18:27:04 -0700 | [diff] [blame] | 24 | If configured with tests: `./waf configure --with-tests`), the above commands will |
| 25 | also generate unit tests in `./built/unit-tests` |