Actions
Task #1535
closedSwitch library dependency to ndn-cxx
Start date:
04/24/2014
Due date:
% Done:
100%
Estimated time:
Description
This includes
- all includes should be changed from to
- documentation files/comments referring to ndn-cpp-dev should be updated and refer to ndn-cxx and (if any) to new links
if the app uses pkg-config for dependency detection, 'libndn-cpp-dev' should be replaced with 'libndn-cxx'. For waf users:
conf.check_cfg(package = 'libndn-cxx', ...)
Actions