mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 12:02:04 -04:00
parent
67df162ebd
commit
cb2533d0c1
1 changed files with 9 additions and 0 deletions
|
|
@ -171,6 +171,15 @@ affect compilation:
|
|||
|`BUILD_LDFLAGS`||
|
||||
|`BUILD_LIBS`||
|
||||
|
||||
#### <a name="macos"> 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.
|
||||
|
||||
|
||||
#### <a name="opts"/> Compile-time options
|
||||
|
||||
To see a full list of configuration options, run `configure --help`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue