diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2019-02-25 05:45:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-02-25 05:45:40 +0000 |
commit | 6bcb78fa39b98cf98504e35af99e98073e7959b6 (patch) | |
tree | 0edcaf2ed010fad6a732633522db4714efae6c43 /README.md | |
parent | 8762a4df2e1037704177b85756ce7d64d3a8cc19 (diff) | |
parent | 34adbaa08710678aea59127f28becf834e29a200 (diff) |
Merge "Fix install-vpp instructions in Makefile for debian-based machines."
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) |