README: do not mention /usr/include on macOS

For newer versions of Xcode, "xcode-select --install" no longer installs
system headers into /usr/include (instead, they are installed in the
Xcode directory tree), so do not mention that path in the macOS section
of README to prevent confusion.
This commit is contained in:
Michał Kępień
2019-09-12 13:57:24 +02:00
committed by Mark Andrews
parent 0023060dc0
commit 5af0b1d1d3
2 changed files with 0 additions and 4 deletions

2
README
View File

@@ -166,8 +166,6 @@ 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.
Dependencies