Skip to content

Instantly share code, notes, and snippets.

@zufardhiyaulhaq
Created January 3, 2019 11:01
Show Gist options
  • Save zufardhiyaulhaq/43b82603f82f0ea0f56a29723875bbec to your computer and use it in GitHub Desktop.
Save zufardhiyaulhaq/43b82603f82f0ea0f56a29723875bbec to your computer and use it in GitHub Desktop.
P4 Open Networking Meetup
git clone https://github.com/p4lang/behavioral-model.git
cd behavioral-model
bash install_deps.sh
cd ..
git clone https://github.com/p4lang/p4c-bm.git
cd p4c-bm
sudo pip install -r requirements.txt
sudo python setup.py install
cd ..
cd behavioral-model
./autogen.sh
./configure
make
sudo make install
sudo ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment