xmrig-proxy
xmrig-proxy copied to clipboard
Add FreeBSD build instructions
I compiled and tested on FreeBSD 11.2 using the following
pkg install -y git cmake libuv openssl libmicrohttpd
git clone https://github.com/xmrig/xmrig-proxy.git
mkdir xmrig-proxy/build
cd xmrig-proxy/build
cmake ..
make
I compiled and tested on FreeBSD 11.2
Thank you!
I think this can be closed. 11.2 is past End of Life.
https://www.freebsd.org/releases/