Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select and install a P4 data-plane target platform architecture

Expand
titleBMv2


Expand
titleubuntu 18.04


Code Block
languagebash
themeMidnight
sudo add-apt-repository ppa:frederic-loui/p4lang-3rd-party 
sudo apt-get update

sudo add-apt-repository ppa:frederic-loui/p4lang-master-bionic-nightly
sudo apt-get update




Expand
titleubuntu 20.04


Code Block
languagebash
themeMidnight
sudo add-apt-repository ppa:frederic-loui/p4lang-3rd-party-focal 
sudo add-apt-repository ppa:frederic-loui/p4lang-master-focal-nightly 
sudo apt-get update


...

Expand
titledebian 10


Code Block
languagebash
themeMidnight
echo 'deb https://download.opensuse.org/repositories/home:/frederic-loui:/freerouter/Debian_10/  ./" | sudo tee /etc/apt/source.list.d/p4lang.list
sudo apt-get update



Install RARE software

BMv2

Code Block
languagebash
themeMidnight
git clone https://github.com/frederic-loui/RARE.git

...