summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-04 23:09:29 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-04 23:09:29 +0200
commit4adbc8667c1955f66a7d4dd4301498b9c0199565 (patch)
tree47574dec81486b7fe9dcceb8b6a586b7e341ad95 /README.md
parentd493a4d29b964f1bf48cf6e091a1e0e38349ae1d (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index d82d264..c56d5b7 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ $ ./build_single.sh monero x86_64-linux-gnu -j$(nproc)
arm-linux-androideabi
i686-w64-mingw32
x86_64-w64-mingw32
- host-clang
+ host-apple-darwin
+ host-apple-ios
```
While building I aim to compile the code at oldest supported release of debian, using default toolchain to ensure that all linux distributions are able to run monero_c libraries, below I present a supported builders for given targets
@@ -56,7 +57,8 @@ While building I aim to compile the code at oldest supported release of debian,
| x86_64-w64-mingw32 | debian:buster | -"- |
| x86_64-apple-darwin11 | debian:bookworm | extra build step: `${HOST_ABI}-ranlib $PWD/$repo/contrib/depends/${HOST_ABI}/lib/libpolyseed.a` |
| aarch64-apple-darwin11 | debian:bookworm | -"- |
-| host-clang | arm64-apple-darwin23 | dependencies: `brew install unbound boost zmq` |
+| host-apple-darwin | arm64-apple-darwin23 | dependencies: `brew install unbound boost zmq` |
+| host-apple-ios | arm64-apple-darwin23 | |
Libraries on CI are build using the following docker images:
- git.mrcyjanek.net/mrcyjanek/debian:buster