aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2018-03-18 15:50:41 +0100
committerTheCharlatan <seb.kung@gmail.com>2018-09-10 22:05:37 +0200
commitd6b9bdd322f4b0318d8d5a2c54b3f1617e0dfe54 (patch)
tree29152f22f8435cfb9ed6b17cff2838b5a2432e1d /contrib
parentAdd support for apple and arm building (diff)
downloadmonero-d6b9bdd322f4b0318d8d5a2c54b3f1617e0dfe54.tar.xz
Update readmes to reflect the usage of depends
Explain the role of the SDK in the darwin build. Add instructions to compile depends to the basic readme.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/depends/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/depends/README.md b/contrib/depends/README.md
index 6053c531b..dd2824569 100644
--- a/contrib/depends/README.md
+++ b/contrib/depends/README.md
@@ -52,6 +52,13 @@ Additional targets:
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
+#Darwin (macos) builds:
+
+To build with the x86_64-apple-darwin11 you require the mac os developer tools in MacOSX10.11.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
+(without requiring SDK_PATH).
+
### Other documentation
- [description.md](description.md): General description of the depends system