aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-05-19 10:16:49 +0000
committerxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-05-21 05:38:02 +0000
commit196579c65bc378929fe2d9413f71f939a2f38d99 (patch)
tree64e596541998a848e3bcd23939d9a8f44b50b772 /README.md
parentc853e10d5063d533503324671e7dd4f4d1375cfc (diff)
Keep one deb file
Signed-off-by: xiaolongx.jiang <xiaolongx.jiang@intel.com> Change-Id: Ib66af0b6f1bffd0b7f5de889d96bd1310aa5a033
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index e8cf839..79e0e29 100644
--- a/README.md
+++ b/README.md
@@ -39,15 +39,27 @@ $ make dep
Build vcl DEB package and store the DEB files in folder '/path/to/this/repo/deb-vcl'
$ make deb-vcl
-Build vcl vpp and vcl nginx and store the vcl files in folder '/path/to/this/repo/_install/local'
+Build vcl vpp and vcl nginx
+Nginx and Openssl are in folder '/path/to/this/repo/_install/local'
+Vpp is in '/path/to/this/repo/vpp'
$ make build-vcl
Build ldp DEB package and store the DEB files in folder '/path/to/this/repo/deb-ldp'
$ make deb-ldp
-Build ldp vpp and ldp nginx and store the vcl files in folder '/path/to/this/repo/_install/local'
+Build ldp vpp and ldp nginx
+Nginx and Openssl are in folder '/path/to/this/repo/_install/local'
+Vpp is in '/path/to/this/repo/vpp'
$ make build-ldp
+In addition,VPP can select master and 2001 branches.
+For example:
+$ make deb-vcl vpp=2001
+
+If you don't take the parameter, the default is master.
+For example:
+$ make deb-vcl
+
Clean up build vcl environment, remove _build/.*vcl*. for example: rm _build/.vpp_vcl.build.ok and so on
$ make clean-vcl