File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
24
24
* ` git ` - https://git-scm.com/downloads
25
25
* ` cmake ` version 3.2 or later - http://www.cmake.org/download/
26
26
* ` python ` - https://www.python.org/downloads/release/python-2716/
27
+ * ` ninja ` - https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages
27
28
* C++ compiler
28
29
* Linux: ` GCC ` version 5.1.0 or later (including libstdc++) -
29
30
https://gcc.gnu.org/install/
@@ -259,13 +260,8 @@ c:\oclcpu_rt_<cpu_version>\install.bat c:\tbb_<tbb_version>\tbb\bin\intel64\vc14
259
260
260
261
To verify that built DPC++ toolchain is working correctly, run:
261
262
262
- ** Linux**
263
+ ** Linux/Windows (64-bit) **
263
264
``` bash
264
- make -j` nproc` check-all
265
- ```
266
-
267
- ** Windows (64-bit)**
268
- ``` bat
269
265
ninja check-all
270
266
```
271
267
You can’t perform that action at this time.
0 commit comments