diff options
author | Howard Chu <hyc@symas.com> | 2022-05-03 15:51:34 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2022-05-04 22:33:40 +0100 |
commit | a86c4cb75ffb577922334cf6e212bcd5bac1716d (patch) | |
tree | f520bee7427d827cc69330bf1b4477b1b57cc8a3 /contrib/depends/README.md | |
parent | Merge pull request #8275 (diff) | |
download | monero-a86c4cb75ffb577922334cf6e212bcd5bac1716d.tar.xz |
Update to MacOSX SDK 11.1, add Mac M1
Diffstat (limited to 'contrib/depends/README.md')
-rw-r--r-- | contrib/depends/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/depends/README.md b/contrib/depends/README.md index 10866acbe..f7c0b922f 100644 --- a/contrib/depends/README.md +++ b/contrib/depends/README.md @@ -61,9 +61,9 @@ download-linux: run 'make download-linux' to fetch all sources needed for linux #Darwin (macos) builds: -To build with the x86_64-apple-darwin11 you require the mac os developer tools in MacOSX10.11.sdk. +To build with the x86_64-apple-darwin11 you require the mac os developer tools in MacOSX11.1.sdk. Download it from apple, or search for it on github. Create a new directoty called SDKs in this -directory and place the entire MacOSX10.11.sdk folder in it. The depends build will then pick it up automatically +directory and place the entire MacOSX11.1.sdk folder in it. The depends build will then pick it up automatically (without requiring SDK_PATH). |