From 2c7718f92064dcb830fb6b789001a22ae88368f5 Mon Sep 17 00:00:00 2001 From: Sebastien Vincent Date: Sun, 13 Aug 2017 11:31:19 +0200 Subject: [PATCH] Adds command to install tuntap driver on macOS. --- BUILD.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.md b/BUILD.md index 4a922f6d..001129dc 100644 --- a/BUILD.md +++ b/BUILD.md @@ -47,6 +47,10 @@ To install the required dependencies on Mac OS, type the following commands: > brew install scons boost openssl miniupnpc +You will also need tuntap driver: + +> brew cask install tuntap + Building FreeLAN ----------------