Installation Instructions

Prerequisites

Note that at least one Sync library must be enabled.

Build

Execute the following commands to build NLSR:

./waf configure
./waf
sudo ./waf install

Refer to ./waf --help for more options that can be used during the configure stage and how to properly configure NLSR.

If your pkgconfig path is not set properly, you can do the following before running ./waf configure:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
# or
export PKG_CONFIG_PATH=/path/to/pkgconfig/on/your/machine

If ChronoSync support is desired, NLSR needs to be configured with the following option:

./waf configure --with-chronosync