vpp编译

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

posted @ 2018-09-14 00:47  heimafeitian  阅读(354)  评论(0编辑  收藏  举报