server: add read configuration file function

Change-Id: I6a3fe8208219a18e0a67b791dedb6b93d5e9caab
diff --git a/INSTALL.md b/INSTALL.md
index f53beaf..64252fd 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,17 +1,14 @@
-ndn-repo:  A basic version of NDN repository
-===========================================================================
+ndn-repo-ng:  Next generation of NDN repository
+===============================================
 
 Prerequisites
 -------------
 
-Required: 
+Required:
 
-* libcrypto
-* libsqlite3 
-* libcrypto++
-* boost libraries
-* [NDN-CPP](https://github.com/cawka/ndn-cpp)
-* OSX Security framework (on OSX platform only)
+* [ndn-cpp-dev and its dependencies](https://github.com/named-data/ndn-cpp-dev)
+* sqlite3
+* Boost libraries
 
 Build
 -----
@@ -24,16 +21,5 @@
 
 This makes and installs the following items:
 
-If configured with tests: ``./waf configure --test``), the above commands will
-also produce test programs in ./build/test directory
-
-Supported platforms
--------------------
-
-(to be confirmed)
-
-NDN-CPP is tested on the following platforms:
-Ubuntu 12.04 (64 bit and 32 bit) (gcc 4.6.3)
-Ubuntu 13.04 (64 bit) (gcc 4.7.3)
-Mac OS X 10.8.4 (clang 4.2)
-Mac OS X 10.8.4 (gcc 4.2)
+If configured with tests: `./waf configure --with-tests`), the above commands will
+also generate unit tests in `./built/unit-tests`