summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-05-01 21:21:16 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-05-01 21:21:16 +0200
commitab5b708b11adcd5096942f768de30c4040922033 (patch)
tree4ac1e3c3b82c1750e319c325ae656724e7308387 /README.md
parentb352b360e1324c46b90dd6e8614aed4abfa8fbfb (diff)
downloadxmr-stak-ab5b708b11adcd5096942f768de30c4040922033.zip
xmr-stak-ab5b708b11adcd5096942f768de30c4040922033.tar.gz
update documentation
change variable names to disable or enable microhttpd and OpenSSL
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3cd3996..c132245 100644
--- a/README.md
+++ b/README.md
@@ -168,12 +168,12 @@ and install.
-`CMAKE_BUILD_TYPE` set the build type
- valid options: `Release` or `Debug`
- you should always keep `Release` for your productive miners
-- `MICROHTTPD_REQUIRED` allow to disable/enable the dependency *microhttpd*
+- `MICROHTTPD_ENABLE` allow to disable/enable the dependency *microhttpd*
- by default enabled
- - there is no *http* interface available if option is disabled: `cmake . -DMICROHTTPD_REQUIRED=OFF`
-- `OpenSSL_REQUIRED`allow to disable/enable the dependency *OpenSSL*
+ - there is no *http* interface available if option is disabled: `cmake . -DMICROHTTPD_ENABLE=OFF`
+- `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_REQUIRED=OFF`
+ - it is not possible to connect to a *https* secured pool if optin is disabled: `cmake . -DOpenSSL_ENABLE=OFF`
## PGP Key
```
OpenPOWER on IntegriCloud