You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sycl/doc/GetStartedGuide.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ and a wide range of compute accelerators such as GPU and FPGA.
48
48
* libhwloc-dev or hwloc-devel package on linux
49
49
* C++ compiler
50
50
* See LLVM's [host compiler toolchain requirements](https://github.com/intel/llvm/blob/sycl/llvm/docs/GettingStarted.rst#host-c-toolchain-both-compiler-and-standard-library)
51
+
*`zstd` version 1.5.6 or later (Optional)
52
+
* For Ubuntu, you can obtain it by `apt install libzstd-dev`
53
+
* On Windows, you can build zstd manually from source [using Visual Studio](https://github.com/facebook/zstd?tab=readme-ov-file#visual-studio-windows) and then add the `zstd` install directory to the `PATH` enviornment variable.
51
54
52
55
Alternatively, you can use a Docker image that has everything you need for
0 commit comments