From 6b8a37403caf8830e85476343ad4be13c7372537 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Fri, 24 Feb 2017 19:27:34 +0100 Subject: - Added missing dependency "ccnx-portal-rta", still needed for the control messages - Fixed little typo for being compliant with the code style - Removed include statements of deprecated library "ccnx-portal" - added level of optimization of 3 by default Change-Id: Id353e58fa1e7eeeb90bdf19ec7fd921876ab12c4 Signed-off-by: Mauro Sardara --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b65e9c08..9ab72419 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Dependencies - libboost-system-dev - libparc - libccnx-common +- libccnx-transport-rta - long-bow Build the library @@ -17,11 +18,16 @@ Build the library For building the library, from the root folder of the project: ```bash + $ git clone -b libicnet/master https://gerrit.fd.io/r/cicn libicnet + $ cd libicnet $ mkdir build && cd build $ cmake .. $ make ``` +The library should be compiled with a level of optimization >= 2, in order to achieve better performances. The CMakeFile.txt +already specifies a level of optimization of 3. To change it (for debugging) just modify the CMakeFile.txt. + If you do not want to build the tools: ```bash -- cgit 1.2.3-korg