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.
This commit is contained in:
TheCharlatan 2018-03-18 15:50:41 +01:00
parent 56b6e41ea7
commit d6b9bdd322
2 changed files with 24 additions and 1 deletions

View file

@ -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