From 571e0d67886acb918322ac5e2343c4766f3c9f5a Mon Sep 17 00:00:00 2001 From: Damiano Boppart Date: Thu, 13 Dec 2018 16:47:32 +0100 Subject: [PATCH] Document macOS make version issue --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3d4926b..2e86527 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,18 @@ Depending on what is already set in your environment, or can be found in your de Now, build the Adapter with +On Linux: + ~~~ cd src make ~~~ + +On macOS: + +~~~ +cd src +gmake +~~~ + +(The GNU Make distributed with macOS is too old, install GNU Make "gmake" from macPorts).