Integrating external libraries (libpq and jsoncpp) into waf
refs #2631
Change-Id: I420421fba0f53e78ddd4908792df2ce380117ea3
diff --git a/README.md b/README.md
index e6c2de5..528369e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,17 @@
+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)