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).