You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-sycl.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -311,15 +311,13 @@ Output (example):
311
311
312
312
a. Download & install cmake for Windows: https://cmake.org/download/
313
313
314
-
b. Download & install make for Windows provided by mingw-w64
314
+
b. Download & install mingw-w64 make for Windows provided by w64devkit
315
315
316
-
- Download binary package for Windows in https://github.com/niXman/mingw-builds-binaries/releases.
316
+
- Download the latest fortran version of [w64devkit](https://github.com/skeeto/w64devkit/releases).
317
317
318
-
Like [x86_64-13.2.0-release-win32-seh-msvcrt-rt_v11-rev1.7z](https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/x86_64-13.2.0-release-win32-seh-msvcrt-rt_v11-rev1.7z).
318
+
- Extract `w64devkit` on your pc.
319
319
320
-
- Unzip the binary package. In the **bin** sub-folder and rename **xxx-make.exe** to **make.exe**.
321
-
322
-
- Add the **bin** folder path in the Windows system PATH environment.
320
+
- Add the **bin** folder path in the Windows system PATH environment, like `C:\xxx\w64devkit\bin\`.
0 commit comments