summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-18 21:24:42 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-18 21:24:42 +0100
commit7e8475ab306ce865fd0c24fcf972db098298a534 (patch)
treed06f9fcabadf5966b0f458f6ff83252e8f124946 /doc
parentf50fa7d84d6cca05d0684c6f018ad5928301eafe (diff)
downloadxmr-stak-7e8475ab306ce865fd0c24fcf972db098298a534.zip
xmr-stak-7e8475ab306ce865fd0c24fcf972db098298a534.tar.gz
fix OpenCL compatibility
- enforce that only host side OpenCl 1.2 functions are used if the miner is compiled with `XMR-STAK_COMPILE=generic` - update documentation - add CMake option `XMR-STAK_COMPILE` to windows
Diffstat (limited to 'doc')
-rw-r--r--doc/compile.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/compile.md b/doc/compile.md
index 30cf58c..cf25135 100644
--- a/doc/compile.md
+++ b/doc/compile.md
@@ -37,7 +37,7 @@ After the configuration you need to compile the miner, follow the guide for your
- you can find the binary and the `config.txt` file after `make install` in `$HOME/xmr-stak-cpu/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` (only available for LINUX, BSD and MacOSX)
+ - if you use static compile to run the miner on another system set `-DXMR-STAK_COMPILE=generic`
- `CMAKE_BUILD_TYPE` set the build type
- valid options: `Release` or `Debug`
- you should always keep `Release` for your productive miners
@@ -46,8 +46,6 @@ After the configuration you need to compile the miner, follow the guide for your
- `OpenSSL_ENABLE` allow to disable/enable the dependency *OpenSSL*
- it is not possible to connect to a *https* secured pool if option is disabled: `cmake .. -DOpenSSL_ENABLE=OFF`
- `XMR-STAK_CURRENCY` - compile for Monero(XMR) or Aeon(AEON) usage only e.g. `cmake .. -DXMR-STAK_CURRENCY=monero`
-
-### only available for LINUX, BSD and MacOSX
- `XMR-STAK_COMPILE` select the CPU compute architecture (default: native)
- native means the miner binary can be used only on the system where it is compiled but will archive the highest hash rate
- use `cmake .. -DXMR-STAK_COMPILE=generic` to run the miner on all CPU's with sse2
OpenPOWER on IntegriCloud