aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2019-02-26 06:47:35 +0000
committerGerrit Code Review <gerrit@fd.io>2019-02-26 06:47:35 +0000
commit33e1134f22e57f5c1d55ed4692f2f1003b289ea3 (patch)
treea9599f97d76cfcaebfe08cd1e26511a01fd95adc
parent8f77b97e4c02e6f1c87009fd2a36e63cb142e53f (diff)
parent0427b55f0bd3dbbc78c3eac71bdce7864c7a9ac8 (diff)
Merge "In vpp master(now is 19.04) branch newest deb package, the name has changed"
-rw-r--r--Makefile2
-rw-r--r--README.md7
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.