Skip to content

Commit 10afa6f

Browse files
[SYCL] update install make by w64devkit (#5297)
1 parent 0ef46da commit 10afa6f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README-sycl.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -311,15 +311,13 @@ Output (example):
311311

312312
a. Download & install cmake for Windows: https://cmake.org/download/
313313

314-
b. Download & install make for Windows provided by mingw-w64
314+
b. Download & install mingw-w64 make for Windows provided by w64devkit
315315

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).
317317

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.
319319

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\`.
323321

324322
### Build locally:
325323

0 commit comments

Comments
 (0)