mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
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:
committed by
Mark Andrews
parent
0023060dc0
commit
5af0b1d1d3
2
README
2
README
@@ -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
|
||||
|
||||
|
@@ -176,8 +176,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
|
||||
|
||||
|
Reference in New Issue
Block a user