xmrig-proxy icon indicating copy to clipboard operation
xmrig-proxy copied to clipboard

Add FreeBSD build instructions

Open russoj88 opened this issue 5 years ago • 2 comments

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

russoj88 avatar Mar 04 '19 23:03 russoj88

I compiled and tested on FreeBSD 11.2

Thank you!

DeadManWalkingTO avatar Mar 19 '19 02:03 DeadManWalkingTO

I think this can be closed. 11.2 is past End of Life.

https://www.freebsd.org/releases/

russoj88 avatar Jan 17 '22 17:01 russoj88