diff options
author | Judemir Ribeiro <33242603+nioroso-x3@users.noreply.github.com> | 2018-04-05 12:15:35 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 12:15:35 -0300 |
commit | a0d5aa2783f5d80ee42f821fee48ae6e44d25bfe (patch) | |
tree | d8d2f83f0176fe2adb62e2baf4f6d3ef6309e555 | |
parent | 6b56d25c4e46218177bddfbe9d39e9ee72a81b68 (diff) | |
download | xmr-stak-a0d5aa2783f5d80ee42f821fee48ae6e44d25bfe.zip xmr-stak-a0d5aa2783f5d80ee42f821fee48ae6e44d25bfe.tar.gz |
Delete compile_FreeBSD.md
-rw-r--r-- | doc/compile_FreeBSD.md | 19 |
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. |