diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-12-30 15:07:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-30 15:07:11 +0100 |
| commit | 8d3a64e05d60924272275d5674db5345f701ba2d (patch) | |
| tree | df7e63d9f2be7b550254ef7c7777d45134bd73af /docs/Writerside/topics/macOS.md | |
| parent | 35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7 (diff) | |
| parent | 785aca81ea4aa0081a92198e19d680d9661cba9d (diff) | |
Merge branch 'develop' into zano
Diffstat (limited to 'docs/Writerside/topics/macOS.md')
| -rw-r--r-- | docs/Writerside/topics/macOS.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/Writerside/topics/macOS.md b/docs/Writerside/topics/macOS.md index 367893b..52b6be8 100644 --- a/docs/Writerside/topics/macOS.md +++ b/docs/Writerside/topics/macOS.md @@ -11,17 +11,15 @@ Building on linux has been tested on <tab title="Native"> <code-block> $ # install xcode 15.4 (or current latest) -$ brew install ccache unbound boost@1.76 zmq autoconf automake libtool -$ brew link boost@1.76 +$ brew install ccache unbound zmq autoconf automake libtool </code-block> </tab> <tab title="Native (Rosetta2)"> <code-block> $ # install xcode 15.4 (or current latest) -$ brew install ccache unbound boost@1.76 zmq autoconf automake libtool -$ brew link boost@1.76 -$ arch -x86_64 brew install ccache unbound boost@1.76 zmq autoconf automake libtool -$ arch -x86_64 brew link boost@1.76 +$ brew install ccache unbound zmq autoconf automake libtool +$ arch -x86_64 brew install ccache unbound zmq autoconf automake libtool +$ arch -x86_64 brew link </code-block> </tab> <tab title="Linux"> @@ -83,4 +81,4 @@ $ ./build_single.sh monero aarch64-apple-darwin-11 -j$(nproc) ### Creating fat library -[Check cake_wallet solution](https://github.com/cake-tech/cake_wallet/blob/main/scripts/macos/build_monero_all.sh)
\ No newline at end of file +[Check cake_wallet solution](https://github.com/cake-tech/cake_wallet/blob/main/scripts/macos/build_monero_all.sh) |
