commit | 766cea79319cadb3e2369f1469b82cee145f1d7d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 24 19:16:42 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 24 22:49:51 2014 -0700 |
tree | 0375ec741c5de44a9a8c88dcb384ff6c7478aa04 | |
parent | 5e96e00d242d9e0828fd982e73b99f0c350e34ee [diff] |
====== Renaming library to ndn-cxx ====== Dependent applications should perform the following changes: * 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 * if the app uses pkgconfig for dependency detection, 'libndn-cpp-dev' should be replaced with 'libndn-cxx'. Example for waf users: conf.check_cfg(package = 'libndn-cxx', args = ['--cflags', '--libs'], uselib_store = 'NDN_CXX', mandatory = True) Change-Id: I92d9ec7ff176b9fe8b4352bf04bbb32aa810422d Refs: #1491
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file INSTALL.md for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under BSD license. For more information about the license, refer to COPYING
.
While the license does not require it, we really would appreciate it if others would share their contributions to the library if they are willing to do so under the same license.