diff options
Diffstat (limited to 'doc/compile_FreeBSD.md')
-rw-r--r-- | doc/compile_FreeBSD.md | 7 |
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. |