I tried to make some additional improvements to the build/run steps for mac.
The additional build steps for mac have been moved from README.md into ./scripts/configure.sh. This means that the instructions for linux and macOS are now the same. I left the note on installing xcode tools in the instructions because I believe it triggers a prompt to accept an agreement.
The install location for brew is different on intel and arm macs (https://docs.brew.sh/Installation), this updates the clang-tidy linking command to use the correct location.
I noticed that the build.sh script could also fail due to missing gmake, so it is now linked if needed.
Let me know what you think. I'm happy to make any requested changes.
Hi,
I tried to make some additional improvements to the build/run steps for mac.
README.md
into./scripts/configure.sh
. This means that the instructions for linux and macOS are now the same. I left the note on installing xcode tools in the instructions because I believe it triggers a prompt to accept an agreement.brew
is different on intel and arm macs (https://docs.brew.sh/Installation), this updates theclang-tidy
linking command to use the correct location.build.sh
script could also fail due to missinggmake
, so it is now linked if needed.Let me know what you think. I'm happy to make any requested changes.
Thanks
Signed-off-by: Jon Wiggins me@jonwiggins.org