Skip to content

Instantly share code, notes, and snippets.

@phylib
phylib / vicn-installation.md
Last active March 27, 2017 12:14
Installation of vICN

Installation of vICN on Ubuntu 16.04

Installation of dependencies

# Install all Python packages
sudo apt-get install python3 python3-pip python3-daemon
# Upgrade pip
pip3 install --upgrade pip

openssl-dev not available in Repositories, therefore install libssl-dev

Using Community ICN (CICN)

Installation of CICN

After checking out all git-Repositories only libevent-dev and libboost-system-dev are required. Everything else, including PARC libs, are in included in the repositories.

Installation order:

  1. cframework (libparc and longbow)