From 0427b55f0bd3dbbc78c3eac71bdce7864c7a9ac8 Mon Sep 17 00:00:00 2001 From: Junfeng Wang Date: Tue, 26 Feb 2019 01:35:53 +0000 Subject: In vpp master(now is 19.04) branch newest deb package, the name has changed https://packagecloud.io/app/fdio/master/search?q=19.04-rc0~266-gd7e7c2b88~b2149&filter=debs&filter=debs&dist=ubuntu%2Fbionic Revert "Fix install-vpp instructions in Makefile for debian-based machines." This reverts commit 34adbaa08710678aea59127f28becf834e29a200. Change-Id: I74a8b48b98e6cd879c45d731fcd3f0af8bb03571 Signed-off-by: Junfeng Wang --- Makefile | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a9849ba..079ba4a 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ install-vpp: @echo "please install vpp as vpp's guide from source if failed" ifeq ($(PKG),deb) # @curl -s https://packagecloud.io/install/repositories/fdio/release/script.deb.sh | sudo bash - @sudo -E apt-get $(CONFIRM) $(FORCE) install vpp vpp-lib vpp-plugins vpp-dev + @sudo -E apt-get $(CONFIRM) $(FORCE) install vpp libvppinfra* vpp-plugin-* vpp-dev else ifeq ($(PKG),rpm) # @curl -s https://packagecloud.io/install/repositories/fdio/release/script.rpm.sh | sudo bash ifeq ($(OS_ID),centos) diff --git a/README.md b/README.md index 44fb2e8..658b69c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Details of the changes leading up to this version of Sweetcomb can be found unde Make sure you have added FD.io repository using https://packagecloud.io/fdio/release/ installation script. +You should have a sight on the release package, the package name may be defferent in +rpm and deb on defferent version +(such vpp-plugins.deb in 19.01 and vpp-plugin-core.deb and vpp-plugin-dpdk.deb in 19.04) Firstly, please follow below steps to install dependencies and build code: cd $/sweetcomb/ @@ -38,11 +41,11 @@ Firstly, please follow below steps to install dependencies and build code: make build-plugins Then, please start each daemon one by one: - start vpp (for example on Ubuntu: systemctl start vpp) + start vpp (for example on Ubuntu: systemctl start vpp) sysrepod sysrepo-plugind netopeer2-server - netopeer2-cli + netopeer2-cli Now you can utilize Sweetcomb. -- cgit