Skip to content
Snippets Groups Projects
Commit cf2a657a authored by psychocrypt's avatar psychocrypt
Browse files

fix windows compile guide

add explicit note that VSC v141 must be used for AMD and CPU compile.
parent 463ec3c1
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