summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-05-13 21:18:43 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-05-13 21:30:59 +0200
commitd7788995c2d06f7864b2cfbf57289bf3f04c0821 (patch)
treeb8eafb5db64af5aab06170476dca28011f09ea24 /README.md
parent8f51236e6743849bd3737d633f9716607b7427d1 (diff)
downloadxmr-stak-d7788995c2d06f7864b2cfbf57289bf3f04c0821.zip
xmr-stak-d7788995c2d06f7864b2cfbf57289bf3f04c0821.tar.gz
hwloc autoadjust
- `CMakeLists.txt` add find code to search for `hwloc` - `autoAdjustHwloc.hpp` search optimal config based on hwloc topology - update `README.txt`
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4c202f6..accd20a 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ xXl2Nm/u3cPP/eQVrZz5H8eACwIv+LL1EV+9uLanWUa+IO5hHr3KElvKNKD6vN0=
### GNU Compiler
```
- sudo apt-get install libmicrohttpd-dev libssl-dev cmake build-essential
+ sudo apt-get install libmicrohttpd-dev libssl-dev cmake build-essential hwloc-dev
cmake .
make install
```
@@ -171,9 +171,12 @@ and install.
- `MICROHTTPD_ENABLE` allow to disable/enable the dependency *microhttpd*
- by default enabled
- there is no *http* interface available if option is disabled: `cmake . -DMICROHTTPD_ENABLE=OFF`
-- `OpenSSL_ENABLE`allow to disable/enable the dependency *OpenSSL*
+- `OpenSSL_ENABLE` allow to disable/enable the dependency *OpenSSL*
- by default enabled
- - it is not possible to connect to a *https* secured pool if optin is disabled: `cmake . -DOpenSSL_ENABLE=OFF`
+ - it is not possible to connect to a *https* secured pool if option is disabled: `cmake . -DOpenSSL_ENABLE=OFF`
+- `HWLOC_ENABLE` allow to disable/enable the dependency *hwloc*
+ - by default enabled
+ - the config suggestion is not optimal if option is disabled: `cmake . -DHWLOC_ENABLE=OFF`
## PGP Key
```
OpenPOWER on IntegriCloud