Skip to content

Commit 5d0d034

Browse files
authored
[SYCL][Doc] Update prerequisites in GetStartedGuide (#1466)
New instructions on configuring build system files and building the compiler rely on ninja build tool. Signed-off-by: Alexey Bader <[email protected]>
1 parent 33edf2c commit 5d0d034

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
2424
* `git` - https://git-scm.com/downloads
2525
* `cmake` version 3.2 or later - http://www.cmake.org/download/
2626
* `python` - https://www.python.org/downloads/release/python-2716/
27+
* `ninja` - https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages
2728
* C++ compiler
2829
* Linux: `GCC` version 5.1.0 or later (including libstdc++) -
2930
https://gcc.gnu.org/install/
@@ -259,13 +260,8 @@ c:\oclcpu_rt_<cpu_version>\install.bat c:\tbb_<tbb_version>\tbb\bin\intel64\vc14
259260

260261
To verify that built DPC++ toolchain is working correctly, run:
261262

262-
**Linux**
263+
**Linux/Windows (64-bit)**
263264
```bash
264-
make -j`nproc` check-all
265-
```
266-
267-
**Windows (64-bit)**
268-
```bat
269265
ninja check-all
270266
```
271267

0 commit comments

Comments
 (0)