There are a couple missing steps needed in order to
build the Vagrantfile.  This patch adds them to the
INSTALL.md file.

Signed-off-by: Flavio Leitner <f...@redhat.com>
---
 INSTALL.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index 122c362..64a189b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -567,6 +567,18 @@ Vagrant
 
 Requires: Vagrant and a compatible hypervisor
 
+If you pulled the sources directly from an Open vSwitch Git tree,
+follow these two steps below to build the Vagrantfile:
+
+1. Run boot.sh in the top source directory:
+
+      `% ./boot.sh`
+
+2. Configure the package by running the configure script.  You can
+usually invoke configure without any arguments.  For example:
+
+      `% ./configure`
+
 A Vagrantfile is provided allowing to compile and provision the source
 tree as found locally in a virtual machine using the following commands:
 
-- 
2.1.0

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to