Add link to install steps to README (#498)
This commit is contained in:
parent
61bb84f8b8
commit
e855fa7dfd
@ -57,7 +57,9 @@ the VM image.
|
||||
Otherwise, to complete the exercises, you will need to either build a
|
||||
virtual machine or install several dependencies.
|
||||
|
||||
To build the virtual machine:
|
||||
|
||||
### To build the virtual machine
|
||||
|
||||
- Install [Vagrant](https://vagrantup.com) and [VirtualBox](https://virtualbox.org)
|
||||
- Clone the repository
|
||||
- Before proceeding, ensure that your system has at least 12 Gbytes of free disk space, otherwise the installation can fail in unpredictable ways.
|
||||
@ -70,6 +72,11 @@ To build the virtual machine:
|
||||
You will need the script to execute to completion before you can see the `p4` login on your virtual machine's GUI. In some cases, the `vagrant up` command brings up only the default `vagrant` login with the password `vagrant`. Dependencies may or may not have been installed for you to proceed with running P4 programs. Please refer the [existing issues](https://github.com/p4lang/tutorials/issues) to help fix your problem or create a new one if your specific problem isn't addressed there.
|
||||
|
||||
|
||||
### To install P4 development tools on an existing system
|
||||
|
||||
There are instructions and scripts in another Github repository that can, starting from a freshly installed Ubuntu 20.04 or 22.04 Linux system with enough RAM and free disk space, install all of the necessary P4 development tools to run the exercises in this repository. You can find those instructions and scripts [here](https://github.com/jafingerhut/p4-guide/blob/master/bin/README-install-troubleshooting.md) (note that you must clone a copy of that entire repository in order for its install scripts to work).
|
||||
|
||||
|
||||
# Older tutorials
|
||||
|
||||
Multiple live tutorial classes have been given using the example code
|
||||
|
Loading…
x
Reference in New Issue
Block a user