summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2017-02-24 19:27:34 +0100
committerMauro Sardara <msardara+fdio@cisco.com>2017-02-24 18:44:32 +0000
commit6b8a37403caf8830e85476343ad4be13c7372537 (patch)
treeb19a9d10d00fc177590e1237e6cc4a7da5f246bf /README.md
parentb5439cd1b3d81f71d2d198f4bd3b29c2bbee2308 (diff)
- 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 <msardara+fdio@cisco.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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