diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-22 14:21:57 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-22 14:21:57 +0100 |
| commit | 380f3f41e62cb72ed24e4f46df78f36f8e28c6d6 (patch) | |
| tree | e536ad49963dcf85d176bed157059f7d8397c224 /build_monero.sh | |
| parent | 8775db7e945552e4f23c429dde4ddf91d974a5a2 (diff) | |
wow + build
Diffstat (limited to 'build_monero.sh')
| -rw-r--r-- | build_monero.sh | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/build_monero.sh b/build_monero.sh deleted file mode 100644 index b7776bc..0000000 --- a/build_monero.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/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 |
