summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-11-28 18:54:27 +0000
committerGitHub <noreply@github.com>2017-11-28 18:54:27 +0000
commitc2d76ae6f5b0ec82095f1b993c07e149dea90df0 (patch)
tree8bcbe5f56df6708142be9042029d202fd4ec3453
parent4bc71e72e68d24e2b766d9c7d7fbbed046d138b8 (diff)
parentf7cd3c42765f9960cd183986ddb4cd3ebaaef28d (diff)
downloadxmr-stak-c2d76ae6f5b0ec82095f1b993c07e149dea90df0.zip
xmr-stak-c2d76ae6f5b0ec82095f1b993c07e149dea90df0.tar.gz
Merge pull request #270 from psychocrypt/topic-updateWindowsBuildDocu
update windows build documentation
-rw-r--r--doc/compile_Windows.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md
index dd7af1e..0ce4a0c 100644
--- a/doc/compile_Windows.md
+++ b/doc/compile_Windows.md
@@ -34,8 +34,12 @@
- download and install the latest version from [http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/](http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/)
### Dependencies OpenSSL/Hwloc and Microhttpd
-- with CUDA 8: download the version 1 of the precompiled binary from [https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip](https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip)
-- with CUDA 9: download the version 2 of the precompiled binary from [https://github.com/fireice-uk/xmr-stak-dep/releases/download/v2/xmr-stak-dep.zip](https://github.com/fireice-uk/xmr-stak-dep/releases/download/v2/xmr-stak-dep.zip)
+- for CUDA 8*:
+ - download the version 1 of the precompiled binary from [https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip](https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip)
+ - version 1 of the pre-compiled dependencies is not compatible with Visual Studio Toolset v141
+- for CUDA 9 **and/or** AMD GPUs, CPU:
+ - download the version 2 of the precompiled binary from [https://github.com/fireice-uk/xmr-stak-dep/releases/download/v2/xmr-stak-dep.zip](https://github.com/fireice-uk/xmr-stak-dep/releases/download/v2/xmr-stak-dep.zip)
+ - version 2 of the pre-compiled dependencies is not compatible with Visual Studio Toolset v140
- unzip all to `C:\xmr-stak-dep`
### Validate the Dependency Folder
@@ -85,7 +89,7 @@
```
cmake -G "Visual Studio 15 2017 Win64" -T v140,host=x64 ..
```
- - for CUDA 9 and/or AMD GPUs, CPU
+ - for CUDA 9 **and/or** AMD GPUs, CPU
```
cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 ..
```
OpenPOWER on IntegriCloud