blob: 6704d233a95f3f17e633f7ac6920da2fa9919391 [file] [log] [blame]
Davide Pesavento51189592021-10-02 22:34:34 -04001Installation Instructions
2=========================
Ashlesh Gawande465d1492019-01-10 15:12:01 -06003
4Prerequisites
5-------------
6
7- `ndn-cxx <https://named-data.net/doc/ndn-cxx>`_ and its dependencies
8
9Build
10-----
11
Davide Pesavento51189592021-10-02 22:34:34 -040012Run the following commands to build PSync:
Ashlesh Gawande465d1492019-01-10 15:12:01 -060013
Davide Pesavento51189592021-10-02 22:34:34 -040014.. code-block:: sh
Ashlesh Gawande465d1492019-01-10 15:12:01 -060015
16 ./waf configure
17 ./waf
Davide Pesavento51189592021-10-02 22:34:34 -040018 sudo ./waf install