Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 211 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 211 Bytes

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