Skip to content
Snippets Groups Projects
Unverified Commit 99493cb7 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #1266 from psychocrypt/murlakatamenka-dev

fix minor text issues in compile.md
parents 3c994941 5c1db40a
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,8 @@ After the configuration you need to compile the miner, follow the guide for your ...@@ -35,8 +35,8 @@ After the configuration you need to compile the miner, follow the guide for your
## Generic Build Options ## Generic Build Options
- `CMAKE_INSTALL_PREFIX` install miner to the home folder - `CMAKE_INSTALL_PREFIX` install miner to the home folder
- `cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/xmr-stak-cpu` - `cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/xmr-stak`
- you can find the binary and the `config.txt` file after `make install` in `$HOME/xmr-stak-cpu/bin` - 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) - `CMAKE_LINK_STATIC` link libgcc and libstdc++ libraries static (default OFF)
- disable with `cmake .. -DCMAKE_LINK_STATIC=ON` - disable with `cmake .. -DCMAKE_LINK_STATIC=ON`
- if you use static compile to run the miner on another system set `-DXMR-STAK_COMPILE=generic` - 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 ...@@ -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 - `CPU_ENABLE` allow to disable/enable the CPU backend of the miner
- `HWLOC_ENABLE` allow to disable/enable the dependency *hwloc* - `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 - disabling can be reduce the miner performance
## AMD Build Options ## AMD Build Options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment