summaryrefslogtreecommitdiffstats
path: root/doc/compile_FreeBSD.md
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-10-04 21:54:48 +0100
committerfireice-uk <fireice-uk@users.noreply.github.com>2017-10-04 21:54:48 +0100
commit177f3e676cf9cee099606d4194cf2f9aec07c776 (patch)
tree5e54fe6b2c72749b0f0c19489e1dca2a830e833b /doc/compile_FreeBSD.md
parent8ee452eefae9be9d467602052131d3c5c9c0afb9 (diff)
downloadxmr-stak-177f3e676cf9cee099606d4194cf2f9aec07c776.zip
xmr-stak-177f3e676cf9cee099606d4194cf2f9aec07c776.tar.gz
Lots of little cleanup changes
Diffstat (limited to 'doc/compile_FreeBSD.md')
-rw-r--r--doc/compile_FreeBSD.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/compile_FreeBSD.md b/doc/compile_FreeBSD.md
index 6dd1165..34db1ca 100644
--- a/doc/compile_FreeBSD.md
+++ b/doc/compile_FreeBSD.md
@@ -10,9 +10,10 @@ From the root shell, run the following commands:
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 .
+ 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