diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-01 07:03:03 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-01 07:03:03 +0200 |
| commit | 809019417da67feb9bb01994b9b06f6710dca7ff (patch) | |
| tree | eb0df32f5d89f49850d33873da2b0fb0bbb9a8ca /README.md | |
| parent | f2057a23630901a76a12bf876a6f9a28d7fc52fd (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -38,22 +38,25 @@ $ ./build_single.sh monero x86_64-linux-gnu -j$(nproc) arm-linux-androideabi i686-w64-mingw32 x86_64-w64-mingw32 + host-clang ``` 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 -| x | builder | notes | -| x86_64-linux-gnu | debian:buster | | -| i686-linux-gnu | debian:buster | | -| aarch64-linux-gnu | debian:buster | | -| x86_64-linux-android | debian:buster | | -| i686-linux-android | debian:buster | | -| aarch64-linux-android | debian:buster | | -| arm-linux-androideabi | debian:buster | | -| i686-w64-mingw32 | debian:buster | hardcoded DLL paths in build_single.sh | -| 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 | -"- | +| x | builder | notes | +| ---------------------- | -------------------- | ----- | +| x86_64-linux-gnu | debian:buster | | +| i686-linux-gnu | debian:buster | | +| aarch64-linux-gnu | debian:buster | | +| x86_64-linux-android | debian:buster | | +| i686-linux-android | debian:buster | | +| aarch64-linux-android | debian:buster | | +| arm-linux-androideabi | debian:buster | | +| i686-w64-mingw32 | debian:buster | hardcoded DLL paths in build_single.sh | +| 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` | Libraries on CI are build using the following docker images: - git.mrcyjanek.net/mrcyjanek/debian:buster |
