]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
README: do not mention /usr/include on macOS
authorMichał Kępień <michal@isc.org>
Thu, 12 Sep 2019 11:57:24 +0000 (13:57 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 12 Sep 2019 11:58:01 +0000 (13:58 +0200)
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.

(cherry picked from commit 5af0b1d1d35a0801fedb2c2ccce32fe04ae1edd2)

README
README.md

diff --git a/README b/README
index 990e31dace93954be334126325565612776c72f5..ce08c173686cb7aaed8facfe6a93f0d2d82ad083 100644 (file)
--- a/README
+++ b/README
@@ -226,8 +226,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
 
index 640f23e723d7f9e172716019fa49b38ee6a8982e..79ea637848b67ec75a60f3024143650eaef8980f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -236,8 +236,6 @@ affect compilation:
 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.
 
 ### <a name="dependencies"/> Dependencies