summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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