From 4c560ec65d34938493a27dd7167b8ee58ba93236 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Thu, 19 Jan 2017 07:46:54 -0800 Subject: [PATCH] Add information to README on environment setup (#15) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b62cab9..18a60c3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # tutorials P4 language tutorials + +**Make sure that you edit [env.sh] (env.sh) to point to your local copy of + [bmv2] (https://github.com/p4lang/behavioral-model) and [p4c-bm] + (https://github.com/p4lang/p4c-bm). You may want to follow the instructions + [here] + (https://github.com/p4lang/tutorials/tree/master/SIGCOMM_2015#obtaining-required-software) + to make sure that your environment is setup correctly.**