commit | 0151579147abf7ee735702e3b54801425293a32d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Dec 16 14:20:01 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 11 19:34:21 2015 -0800 |
tree | e41feb41e94540a2b2958f3e4404d7bd81c85b22 | |
parent | d7db8bfacbbaeb1f00d01d1e1402835640706ccb [diff] |
build: Several updates of the build scripts - Redesign the way default compile flags are determined. This includes a small semantical change with flag processing: * there are now "general" compiler and link flags. These are added (if supported) even if CXXFLAGS and/or LINKFLAGS environmental variables are set. * optimization/debug-mode flags that are applied only if CXXFLAGS and/or LINKFLAGS environmental variables are not set. - Fix define constant for sqlite3. When pkg-config detection used, it requires `global_define` flag. Otherwise define is applied only when the module is included in the build target using 'use' statement. - Remove openssl dependency This dependency was redundant for a long time Change-Id: Icf66fb5300954893cc2d07e022b8a0998ec894e5 Refs: #2209
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 docs/INSTALL.rst
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 LGPL 3.0 license. For more information about the license, refer to COPYING.md
.