Project

General

Profile

Task #1535

Updated by Alex Afanasyev over 11 years ago

This includes 

 * all includes should be changed from <ndn-cpp-dev/...> to <ndn-cxx/...> 
 * 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', ...) 

Back