The following describes how to download and build VPP. For more on developing with VPP click on the button at the bottom of the page.
Depending on the environment you are operating in, proxies may need to be set. Run these proxy commands to specify the proxy-server-name and corresponding port-number:
$ export http_proxy=http://<proxy-server-name>.com:<port-number>
$ export https_proxy=https://<proxy-server-name>.com:<port-number>
To get the VPP sources that are used to create the build, run the following commands:
$ git clone https://gerrit.fd.io/r/vpp
$ cd vpp
Run the following make command to install the dependencies for FD.io VPP.
If the download hangs at any point, then you may need to
set up proxies <setupproxies>
for the download to work.
$ make install-dep
Use the following make command below to build the release version of VPP.
$ make build-release
After building the VPP binaries, you now have several images built. Run these VPP with the follwoing
$ sudo bash
# make run