46bac78888
Switch source archive (tarball) to xz compression and mention using gerrit for code review in the README Change-Id: Ie69de065311737f6fe48976fbab5f896f3960e06
19 lines
287 B
ReStructuredText
19 lines
287 B
ReStructuredText
Installation Instructions
|
|
=========================
|
|
|
|
Prerequisites
|
|
-------------
|
|
|
|
- `ndn-cxx <https://docs.named-data.net/ndn-cxx/>`__ and its dependencies
|
|
|
|
Build
|
|
-----
|
|
|
|
Run the following commands to build PSync:
|
|
|
|
.. code-block:: sh
|
|
|
|
./waf configure
|
|
./waf
|
|
sudo ./waf install
|