monero_c docs Help

Linux

Building on linux has been tested on

  • debian:bullseye (docker tag)

Install dependencies

$ apt update $ apt install -y build-essential pkg-config autoconf libtool \ ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf
$ apt update $ apt install -y build-essential pkg-config autoconf libtool \ ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf \ gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
$ apt update $ apt install -y build-essential pkg-config autoconf libtool \ ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf \ gcc-i686-linux-gnu g++-i686-linux-gnu

Prepare source

$ git clone https://github.com/mrcyjanek/monero_c --recursive $ cd monero_c $ ./apply_patches.sh monero

Building

$ ./build_single.sh monero x86_64-linux-gnu -j$(nproc)
$ ./build_single.sh monero aarch64-linux-gnu -j$(nproc)
$ ./build_single.sh monero i686-linux-gnu -j$(nproc)

Known issues

None. Open an issue if you find something not working.

Last modified: 17 October 2024