Browse Source

Document macOS make version issue

JNI-76
Damiano Boppart 7 years ago
parent
commit
571e0d6788
  1. 11
      README.md

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

Loading…
Cancel
Save