mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-04 12:55:46 -04: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:
parent
0023060dc0
commit
5af0b1d1d3
2 changed files with 0 additions and 4 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue