summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey A <murlakatamenka@users.noreply.github.com>2018-03-06 11:52:21 +0300
committerTimothy Pearson <tpearson@raptorengineering.com>2018-06-04 21:07:11 +0000
commit6423f9abeaed01f4e90135546dffb91dd23e46bb (patch)
tree4e18a90f2f2751b4e33cf0161c70b201f39b5fd2
parentd2e09331e6a0354864cd530f2daf7689903da135 (diff)
downloadxmr-stak-6423f9abeaed01f4e90135546dffb91dd23e46bb.zip
xmr-stak-6423f9abeaed01f4e90135546dffb91dd23e46bb.tar.gz
Fix minor text issues in compile.md
-rw-r--r--doc/compile.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/compile.md b/doc/compile.md
index 77287a2..47be739 100644
--- a/doc/compile.md
+++ b/doc/compile.md
@@ -29,8 +29,8 @@ After the configuration you need to compile the miner, follow the guide for your
## Generic Build Options
- `CMAKE_INSTALL_PREFIX` install miner to the home folder
- - `cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/xmr-stak-cpu`
- - you can find the binary and the `config.txt` file after `make install` in `$HOME/xmr-stak-cpu/bin`
+ - `cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/xmr-stak`
+ - you can find the binary and the `config.txt` file after `make install` in `$HOME/xmr-stak/bin`
- `CMAKE_LINK_STATIC` link libgcc and libstdc++ libraries static (default OFF)
- disable with `cmake .. -DCMAKE_LINK_STATIC=ON`
- if you use static compile to run the miner on another system set `-DXMR-STAK_COMPILE=generic`
@@ -48,7 +48,7 @@ After the configuration you need to compile the miner, follow the guide for your
- `CPU_ENABLE` allow to disable/enable the CPU backend of the miner
- `HWLOC_ENABLE` allow to disable/enable the dependency *hwloc*
- - the config suggestion is not optimal if option is disabled: `cmake . -DHWLOC_ENABLE=OFF`
+ - the config suggestion is not optimal if option is disabled: `cmake .. -DHWLOC_ENABLE=OFF`
- disabling can be reduce the miner performance
## AMD Build Options
OpenPOWER on IntegriCloud