Actions
Bug #1453
closedNeed PKG_CONFIG_PATH for MacPorts pkgconfig
Start date:
04/08/2014
Due date:
% Done:
100%
Estimated time:
Description
In ndn-cpp-dev, the prerequisites in INSTALL.md
give instructions for MacPorts:
sudo port install pkgconfig boost sqlite3 libcryptopp
Then sudo ./waf install
puts libndn-cpp-dev.pc
in /usr/local/lib/pkgconfig
. But in NFD, ./waf configure gives the error libndn-cpp-dev not found
. This is because MacPorts does not set the environment variable PKG_CONFIG_PATH
. The NFD README should give instructions for this situation.
Actions