diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-05-01 21:21:16 +0200 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-05-01 21:21:16 +0200 |
commit | ab5b708b11adcd5096942f768de30c4040922033 (patch) | |
tree | 4ac1e3c3b82c1750e319c325ae656724e7308387 /README.md | |
parent | b352b360e1324c46b90dd6e8614aed4abfa8fbfb (diff) | |
download | xmr-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ``` |