summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-11-22 03:49:13 +0000
committerGitHub <noreply@github.com>2017-11-22 03:49:13 +0000
commit0c67b32c5d7933d46f7fad1624fa87ab6523caa0 (patch)
treeebc91812dcac17de64ce14da31e19647d73358e1
parent3f559584059b83e8839dbbb7911556b31313b20a (diff)
parentcf2a657abb186466d63cd00e3bea9fa9c533a89d (diff)
downloadxmr-stak-0c67b32c5d7933d46f7fad1624fa87ab6523caa0.zip
xmr-stak-0c67b32c5d7933d46f7fad1624fa87ab6523caa0.tar.gz
Merge pull request #181 from psychocrypt/fix-compileDocumentation
update windows compile guide
-rw-r--r--doc/compile_Windows.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md
index 532348c..dd7af1e 100644
--- a/doc/compile_Windows.md
+++ b/doc/compile_Windows.md
@@ -81,15 +81,19 @@
mkdir build
cd build
```
- - with CUDA 8
+ - for CUDA 8*
```
cmake -G "Visual Studio 15 2017 Win64" -T v140,host=x64 ..
```
- - with CUDA 9
+ - for CUDA 9 and/or AMD GPUs, CPU
```
cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 ..
```
```
cmake --build . --config Release --target install
cd bin\Release
+ copy C:\xmr-stak-dep\openssl\bin\* .
```
+
+\* Miner is also compiled for AMD GPUs (if the AMD APP SDK is installed) and CPUs.
+CUDA 8 requires a downgrade to the old v140 tool chain.
OpenPOWER on IntegriCloud