Hello.
I am an absolute beginner on Haiku. Sorry in advance if my questions seem silly.
I would like to compile a fork of the XMRig miner and I would like to propose a version for HAIKU because I like this OS a lot.
My sources are here : https://github.com/FSOL-XDAG/xmrig-4-xdag
Here are the commands I typed:
pkgman install cmake automake libtool autoconf
mkdir temp && cd temp
git clone https://github.com/FSOL-XDAG/xmrig-4-xdag.git
mkdir xmrig-4-xdag/build && cd xmrig-4-xdag/scripts
./build_deps.sh && cd ../build
Compiling dependencies crash on āhwlocā.
Can you give me any advice ?