diff options
author | Sergey A <murlakatamenka@users.noreply.github.com> | 2018-03-06 11:52:21 +0300 |
---|---|---|
committer | psychocrypt <psychocryptHPC@gmail.com> | 2018-03-31 21:05:38 +0200 |
commit | 5c1db40a6a624e8ad4bf8e47f18173f31811bdcf (patch) | |
tree | 167c24ddfc0a5ed958453cc1ee214002fa64f72e | |
parent | 2781b2401ce6790a3ca1924287cdef0970febc1b (diff) | |
download | xmr-stak-5c1db40a6a624e8ad4bf8e47f18173f31811bdcf.zip xmr-stak-5c1db40a6a624e8ad4bf8e47f18173f31811bdcf.tar.gz |
Fix minor text issues in compile.md
-rw-r--r-- | doc/compile.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/compile.md b/doc/compile.md index 984c013..2f9dace 100644 --- a/doc/compile.md +++ b/doc/compile.md @@ -35,8 +35,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` @@ -55,7 +55,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 |