1、code
fdio:
github:https://github.com/FDio/vpp
2、compile
cd vpp; make install-dep 下载依赖包
cd vpp/build-root; make distclean; ./boostrap.sh
cd vpp;make; make build(debug版);make build-release(release版);
3、compile,another way
./extras/vagrant/build.sh
or make