mdr78 / vpp-toys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build instructions

Clone and uild vpp release

git clone https://git.fd.io/vpp
cd vpp
make install-deps
make build-release
cd ..

Clone and build vpp-toys

git clone https://github.com/dmarion/vpp-toys.git
cd vpp-toys
make build

binaries can be found in ./bin

About


Languages

Language:C 73.3%Language:Python 18.3%Language:CMake 4.7%Language:C++ 2.1%Language:Makefile 1.6%