Ashlesh Gawande | 465d149 | 2019-01-10 15:12:01 -0600 | [diff] [blame] | 1 | PSync Installation Instructions |
2 | =============================== | ||||
3 | |||||
4 | .. toctree:: | ||||
5 | .. | ||||
6 | |||||
7 | Prerequisites | ||||
8 | ------------- | ||||
9 | |||||
10 | - `ndn-cxx <https://named-data.net/doc/ndn-cxx>`_ and its dependencies | ||||
11 | |||||
12 | Build | ||||
13 | ----- | ||||
14 | |||||
15 | Execute the following commands to build PSync: | ||||
16 | |||||
17 | :: | ||||
18 | |||||
19 | ./waf configure | ||||
20 | ./waf | ||||
21 | sudo ./waf install |