Skip to content

Commit

Permalink
[doc] Add a clarification about SDK_PATH to depends/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ftrader committed Apr 27, 2021
1 parent c764fd2 commit 479d565
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions depends/README.md
Expand Up @@ -133,6 +133,11 @@ Cash Node using these dependencies.
In this example, `-DBUILD_BITCOIN_WALLET=OFF` should be passed to the `cmake`
command line to ensure that the build will not fail due to missing dependencies.

NOTE: The SDK_PATH should be set to the parent folder in which the
`MacOSX10.14.sdk/` is located. Alternatively, you can unpack the SDK within
the `depends/SDKs/` folder or create a symbolic link named `MacOSX10.14.sdk/`
to it from there.

Additional targets:

download: run 'make download' to fetch all sources without building them
Expand Down

0 comments on commit 479d565

Please sign in to comment.