summaryrefslogtreecommitdiffstats
path: root/doc/compile.md
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-10-17 21:24:29 +0200
committerGitHub <noreply@github.com>2017-10-17 21:24:29 +0200
commit6701b0c2025987674708c9984c1d76461428c09e (patch)
tree1f5328fcfa9974f75119c7ffbaf111b175b56e95 /doc/compile.md
parentc7c5824364109139bd545e28c2d744399edae869 (diff)
parent1fc87d737fcba5b254603893403b92ffe99c6247 (diff)
downloadxmr-stak-6701b0c2025987674708c9984c1d76461428c09e.zip
xmr-stak-6701b0c2025987674708c9984c1d76461428c09e.tar.gz
Merge pull request #47 from fireice-uk/topic-re-add-uac-manifest
Re-add UAC manifest and WIN_UAC cmake option
Diffstat (limited to 'doc/compile.md')
-rw-r--r--doc/compile.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/compile.md b/doc/compile.md
index 8ad410d..248d6d9 100644
--- a/doc/compile.md
+++ b/doc/compile.md
@@ -44,6 +44,9 @@ After the configuration you need to compile the miner, follow the guide for your
- there is no *http* interface available if option is disabled: `cmake .. -DMICROHTTPD_ENABLE=OFF`
- `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`
+- `WIN_UAC` will enable or disable the "Run As Administrator" prompt on Windows.
+ - UAC confirmation is needed to use large pages on Windows 7.
+ - On Windows 10 it is only needed once to set up the account to use them.
## CPU Build Options
OpenPOWER on IntegriCloud