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.
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
260261To 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
269265ninja check-all
270266```
271267
You can’t perform that action at this time.
0 commit comments