Skip to content
/ p4env Public

Automation script for creating P4 language development environment

Notifications You must be signed in to change notification settings

rightson/p4env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

p4env

p4env is an utility for installing dependencies required by P4 automatically.

Currently, it works for Ubuntu 16.04 LTS.

Requirements

  • sudo
  • Ubuntu 16.04
  • a workspace for placing P4 source code for compiling

Usage

Simply run the script with the path of workspace as the only argument:

./bootstrap.sh [workspace]

Then this script will prompt for sudo password and confirm to get started.

Suggestions

  • It would be better to run this utility in a clean VM or docker.

  • It's not recommended to run in your daily working OS since it will install a lot of packages that are only used for compiling P4 components.

Credits

About

Automation script for creating P4 language development environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages