To build applications, create environment using the following commands:
mkdir riot
cd riot
git clone https://github.com/named-data-iot/RIOT
git clone https://github.com/named-data-iot/ndn-riot
git clone https://github.com/named-data-iot/ndn-riot-examples
Afterwards, to build one of the available applications:
cd ndn-riot-examples/<APP>
make <FLAGS_REQUIRED>