From cb2533d0c19e165c3e5674cc8330bf2a52e44058 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 15 Dec 2017 14:38:09 +1100 Subject: [PATCH] add MacOS note (cherry picked from commit 91e4700bccc1003b8f68cc52b926e8bb3e5c0869) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 139e615b4a..562291812b 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,15 @@ affect compilation: |`BUILD_LDFLAGS`|| |`BUILD_LIBS`|| +#### MacOS + +Building on MacOS assumes that the "Command Tools for Xcode" is installed. +This can be downloaded from https://developer.apple.com/download/more/ +or if you have Xcode already installed you can run "Xcode-select --install". +This will add /usr/include to the system and install the compiler and other +tools so that they can be easily found. + + #### Compile-time options To see a full list of configuration options, run `configure --help`.