diff options
author | Giulio Lombardo <giulio.lombardo@gmail.com> | 2018-06-04 12:54:22 +0200 |
---|---|---|
committer | Giulio Lombardo <giulio.lombardo@gmail.com> | 2018-06-04 13:04:04 +0200 |
commit | 989c8990bb765eef45c8ee471f084ca81a0bead4 (patch) | |
tree | d5f187eca0caf6dbb79d8f3a570ba60e3ce080d8 /depends/README.md | |
parent | 0de7cc848e07d942e09bb3bb60189985e53d2bb5 (diff) |
Rename “OS X” to the newer “macOS” convention
Diffstat (limited to 'depends/README.md')
-rw-r--r-- | depends/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/depends/README.md b/depends/README.md index 99eef1952c..482b94a64f 100644 --- a/depends/README.md +++ b/depends/README.md @@ -22,7 +22,7 @@ Common `host-platform-triplets` for cross compilation are: - `i686-w64-mingw32` for Win32 - `x86_64-w64-mingw32` for Win64 -- `x86_64-apple-darwin11` for MacOSX +- `x86_64-apple-darwin11` for macOS - `arm-linux-gnueabihf` for Linux ARM 32 bit - `aarch64-linux-gnu` for Linux ARM 64 bit @@ -49,7 +49,7 @@ The following can be set when running make: make FOO=bar SOURCES_PATH: downloaded sources will be placed here BASE_CACHE: built packages will be placed here - SDK_PATH: Path where sdk's can be found (used by OSX) + SDK_PATH: Path where sdk's can be found (used by macOS) FALLBACK_DOWNLOAD_PATH: If a source file can't be fetched, try here before giving up NO_QT: Don't download/build/cache qt and its dependencies NO_WALLET: Don't download/build/cache libs needed to enable the wallet @@ -64,7 +64,7 @@ options will be passed to bitcoin's configure. In this case, `--disable-wallet`. Additional targets: download: run 'make download' to fetch all sources without building them - download-osx: run 'make download-osx' to fetch all sources needed for osx builds + download-osx: run 'make download-osx' to fetch all sources needed for macOS builds download-win: run 'make download-win' to fetch all sources needed for win builds download-linux: run 'make download-linux' to fetch all sources needed for linux builds |