File tree 1 file changed +3
-21
lines changed
1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,11 @@ kernel to run longer, but more keys will be processed.
133
133
134
134
### Build dependencies
135
135
136
- Visual Studio 2017 (if on Windows)
136
+ Visual Studio 2019 (if on Windows)
137
137
138
- For CUDA: CUDA Toolkit 9.2
138
+ For CUDA: CUDA Toolkit 10.1
139
139
140
- For OpenCL: An OpenCL SDK
140
+ For OpenCL: An OpenCL SDK (The CUDA toolkit contains an OpenCL SDK).
141
141
142
142
143
143
### Building in Windows
@@ -151,24 +151,6 @@ Build the `cuKeyFinder` project for a CUDA build.
151
151
Note: By default the NVIDIA OpenCL headers are used. You can set the header and library path for
152
152
OpenCL in the ` BitCrack.props ` property sheet.
153
153
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
-
172
154
### Building in Linux
173
155
174
156
Using ` make ` :
You can’t perform that action at this time.
0 commit comments