summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/compile_FreeBSD.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/compile_FreeBSD.md b/doc/compile_FreeBSD.md
deleted file mode 100644
index 34db1ca..0000000
--- a/doc/compile_FreeBSD.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.git
- mkdir xmr-stak/build
- cd xmr-stak/build
- cmake ..
- make install
-
-Now you have the binary located at "bin/xmr-stak" and the needed shared libraries.
OpenPOWER on IntegriCloud