Skip to content
Snippets Groups Projects
Unverified Commit 0c67b32c authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #181 from psychocrypt/fix-compileDocumentation

update windows compile guide  
parents 3f559584 cf2a657a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment