提供 P4 安裝腳本(可使用於 docker 環境的建立、或是直接安裝於 16.04.05 的主機上)
- Also provide component installation, e.g. grpc, pb, p4c, pi, bmv2, mininet ...
- You can use the scripts here to directly install in your local environment, e.g. VM, docker image, or physical machine.
- All in One
./install_deps.sh && ./install_p4env_v1.sh
- Or for individual components
./install_deps.sh
- And find the module you need under
component/
, with install order:mininet.sh
pb.sh
grpc.sh
pi_and_bmv2.sh
p4c.sh