diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-08 23:43:34 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-08 23:45:51 +0100 |
| commit | 0f26c8022c79577d524c428664d0c499cb2b2ad1 (patch) | |
| tree | ef9632bdf237b2d98716602377577e6c1d379c42 /build_monero.sh | |
| parent | f04598fea7406fa4178ec5ae70cb38ffc4fe694c (diff) | |
[skip ci] wip
Diffstat (limited to 'build_monero.sh')
| -rw-r--r-- | build_monero.sh | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_monero.sh b/build_monero.sh new file mode 100644 index 0000000..b7776bc --- /dev/null +++ b/build_monero.sh @@ -0,0 +1,35 @@ +#!/bin/bash +# monero_c build instructions for linux + +# linux targets +x86_64-linux-gnu +i686-linux-gnu +aarch64-linux-gnu + +# apple +x86_64-apple-darwin11 +aarch64-apple-darwin11 + +# Android +x86_64-linux-android +i686-linux-android +aarch64-linux-android +armv7a-linux-androideabi + +# windows +# update-alternatives --set x86_64-w64-mingw32-g++ x86_64-w64-mingw32-g++-posix +# update-alternatives --set x86_64-w64-mingw32-gcc x86_64-w64-mingw32-gcc-posix +x86_64-w64-mingw32 +i686-w64-mingw32 + + + # - image: git.mrcyjanek.net/mrcyjanek/debian:bookworm + # platform: linux/amd64 + # make_steps: depends_host monero_linux_amd64 moneroc_linux_host64 + # prepare_cmd: echo ok + # prepare_cmd_depends: echo ok + # triplet: x86_64-linux-gnu + # cc: clang + # cxx: clang++ + # host: + # boost_toolset: clang
\ No newline at end of file |
