diff options
Diffstat (limited to 'doc/compile_FreeBSD.md')
-rw-r--r-- | doc/compile_FreeBSD.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/compile_FreeBSD.md b/doc/compile_FreeBSD.md new file mode 100644 index 0000000..6dd1165 --- /dev/null +++ b/doc/compile_FreeBSD.md @@ -0,0 +1,18 @@ +# Compile **xmr-stak** for FreeBSD + +## Install Dependencies + +*Note: This guide is tested for FreeBSD 11.0-RELEASE* + +From the root shell, run the following commands: + + pkg install git libmicrohttpd hwloc cmake + +Type 'y' and hit enter to proceed with installing the packages. + + git clone https://github.com/fireice-uk/xmr-stak-cpu.git + cd xmr-stak-cpu + cmake . + make install + +Now you have the binary located at "bin/xmr-stak" and the needed shared libraries. |