diff options
author | YohanPipereau <ypiperea@cisco.com> | 2019-02-22 15:58:27 +0100 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2019-02-25 05:42:55 +0000 |
commit | 34adbaa08710678aea59127f28becf834e29a200 (patch) | |
tree | 7603f990e69bf389d4d0a1c20815d731695eed8c /README.md | |
parent | e74f9b38302b1b386cefa3b40e6579dfaf7235a2 (diff) |
Fix install-vpp instructions in Makefile for debian-based machines.
Change-Id: I154f790cfe8ce179d9dee84a56436db79f12373e
Signed-off-by: Yohan Pipereau <ypiperea@cisco.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -26,13 +26,16 @@ Details of the changes leading up to this version of Sweetcomb can be found unde ## Getting started +Make sure you have added FD.io repository using https://packagecloud.io/fdio/release/ +installation script. + Firstly, please follow below steps to install dependencies and build code: cd $/sweetcomb/ make install-dep make install-dep-extra make install-vpp make build-scvpp - make build + make build-plugins Then, please start each daemon one by one: start vpp (for example on Ubuntu: systemctl start vpp) |