Integrating external libraries (libpq and jsoncpp) into waf

refs #2631

Change-Id: I420421fba0f53e78ddd4908792df2ce380117ea3
5 files changed
tree: d279c67b41943d4763593770a7a82c2b8bcb2bd3
  1. .waf-tools/
  2. catalog/
  3. client/
  4. .gitignore
  5. AUTHORS.md
  6. COPYING
  7. README-dev.md
  8. README.md
  9. waf
  10. wscript
README.md

ndn-atmos

This software is designed to support ongoing climate model research at Colorado State University, Berkeley and other institutes.

This software provides API interface to publish, query and retrieve Climate datasets using NDN.

Dependencies

The ndn-atmos is built based on several libraries:

  1. ndn-cxx-0.3.0 (https://github.com/named-data/ndn-cxx.git)
  2. ChronoSync v0.2 (https://github.com/named-data/ChronoSync.git)
  3. boost (Minimum required boost version is 1.48.0)
  4. jsoncpp 1.6.0 (https://github.com/open-source-parsers/jsoncpp.git)
  5. postgresql 9.4.1 (http://www.postgresql.org)