Skip to content

Commit

Permalink
Fix minor text issues in compile.md
Browse files Browse the repository at this point in the history
  • Loading branch information
murlakatamenka authored and psychocrypt committed Mar 31, 2018
1 parent 2781b24 commit 5c1db40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down

0 comments on commit 5c1db40

Please sign in to comment.