commit | 541a822ae628746a48c0cb87ba735bcc07cda94c | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Mar 01 15:08:42 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Mar 08 21:09:01 2022 -0500 |
tree | b38cfe09f818f155f7766b17e808b001e1f65fdf | |
parent | 258d51a6d8df19ce70b87b67c13e9d59e659649a [diff] |
build: raise minimum build requirements * Make gcc 7.4 and boost 1.65.1 hard dependencies, both are available out-of-the-box on Ubuntu 18.04 * Require Xcode 10 on macOS but recommend 11.3 or later * If using clang on non-Apple platforms, the minimum supported version is now 6.0 Change-Id: I79c84a266741c9a66655da4fd467fe0d8218e8f0
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
We greatly appreciate contributions to the ndn-cxx code base. If you are new to the NDN software community, please read the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.