Created
January 3, 2019 11:01
-
-
Save zufardhiyaulhaq/43b82603f82f0ea0f56a29723875bbec to your computer and use it in GitHub Desktop.
P4 Open Networking Meetup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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