Bug #1453
Updated by Alex Afanasyev over 10 years ago
In ndn-cpp-dev, the prerequisites in `INSTALL.md` INSTALL.md give instructions for MacPorts: sudo port install pkgconfig boost sqlite3 libcryptopp Then `sudo sudo ./waf install` install puts `libndn-cpp-dev.pc` libndn-cpp-dev.pc in `/usr/local/lib/pkgconfig`. /usr/local/lib/pkgconfig. But in NFD, ./waf configure gives the error `libndn-cpp-dev "libndn-cpp-dev not found`. found". This is because MacPorts does not set the environment variable `PKG_CONFIG_PATH`. PKG_CONFIG_PATH. The NFD README should give instructions for this situation.