From 0f26c8022c79577d524c428664d0c499cb2b2ad1 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 8 Mar 2024 23:43:34 +0100 Subject: [skip ci] wip --- build_monero.sh | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_monero.sh (limited to 'build_monero.sh') 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 -- cgit v1.2.3