Skip to content

Commit a47023a

Browse files
authored
Update README.md
1 parent 383e09b commit a47023a

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

README.md

+3-21
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ kernel to run longer, but more keys will be processed.
133133

134134
### Build dependencies
135135

136-
Visual Studio 2017 (if on Windows)
136+
Visual Studio 2019 (if on Windows)
137137

138-
For CUDA: CUDA Toolkit 9.2
138+
For CUDA: CUDA Toolkit 10.1
139139

140-
For OpenCL: An OpenCL SDK
140+
For OpenCL: An OpenCL SDK (The CUDA toolkit contains an OpenCL SDK).
141141

142142

143143
### Building in Windows
@@ -151,24 +151,6 @@ Build the `cuKeyFinder` project for a CUDA build.
151151
Note: By default the NVIDIA OpenCL headers are used. You can set the header and library path for
152152
OpenCL in the `BitCrack.props` property sheet.
153153

154-
Note: CUDA may give the build error,
155-
```
156-
unsupported Microsoft Visual Studio version! Only the versions 2012, 2013, 2015 and 2017 are supported!
157-
```
158-
159-
To fix this, edit `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\include\crt\host_config.h` as
160-
Administrator and change
161-
162-
```
163-
#if _MSC_VER < 1600 || _MSC_VER > 1911
164-
```
165-
166-
to
167-
168-
```
169-
#if _MSC_VER < 1600 || _MSC_VER > 1916
170-
```
171-
172154
### Building in Linux
173155

174156
Using `make`:

0 commit comments

Comments
 (0)