Skip to content

Commit

Permalink
[SYCL][Doc] Update prerequisites in GetStartedGuide
Browse files Browse the repository at this point in the history
New instructions on configuring build system files and building the
compiler rely on ninja build tool.

Signed-off-by: Alexey Bader <alexey.bader@intel.com>
  • Loading branch information
bader committed Apr 2, 2020
1 parent 52676dd commit d0b0eb4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions sycl/doc/GetStartedGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
* `git` - https://git-scm.com/downloads
* `cmake` version 3.2 or later - http://www.cmake.org/download/
* `python` - https://www.python.org/downloads/release/python-2716/
* `ninja` - https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages
* C++ compiler
* Linux: `GCC` version 5.1.0 or later (including libstdc++) -
https://gcc.gnu.org/install/
Expand Down Expand Up @@ -259,13 +260,8 @@ c:\oclcpu_rt_<cpu_version>\install.bat c:\tbb_<tbb_version>\tbb\bin\intel64\vc14

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

**Linux**
**Linux/Windows (64-bit)**
```bash
make -j`nproc` check-all
```

**Windows (64-bit)**
```bat
ninja check-all
```

Expand Down

0 comments on commit d0b0eb4

Please sign in to comment.