mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
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:
parent
56b6e41ea7
commit
d6b9bdd322
2 changed files with 24 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue