Home

Awesome

p4c-s4

build

git clone --recursive https://github.com/p4lang/p4c.git
cd ./p4c
mkdir extensions
cd ./extensions
git clone https://github.com/x8xx/p4c-s4.git

cd ../
mkdir build
cd ./build
cmake ..
make