Task #2372
Updated by Alex Afanasyev almost 10 years ago
When installing NFD on an Odroid Xu3, we must remove the stock boost libs prior to installation (if they are installed via apt-get). We should already have ndn-cxx installed, which required the installation of boos libs manually as a pre-requisite. The installation of NFD is as follows ./waf configure (do not attempt to configure --with-tests as it will fail) ./waf -j1 (we have a quad core CPU with only 2G or memory) sudo ./waf install This process should take about 20-30 minutes. * * * [[ndn-embedded:Compiling on Odroid]] wiki