summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJudemir Ribeiro <33242603+nioroso-x3@users.noreply.github.com>2018-04-05 12:15:35 -0300
committerGitHub <noreply@github.com>2018-04-05 12:15:35 -0300
commita0d5aa2783f5d80ee42f821fee48ae6e44d25bfe (patch)
treed8d2f83f0176fe2adb62e2baf4f6d3ef6309e555
parent6b56d25c4e46218177bddfbe9d39e9ee72a81b68 (diff)
downloadxmr-stak-a0d5aa2783f5d80ee42f821fee48ae6e44d25bfe.zip
xmr-stak-a0d5aa2783f5d80ee42f821fee48ae6e44d25bfe.tar.gz
Delete compile_FreeBSD.md
-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