Skip to content

Commit 6a40592

Browse files
[Doc] Update GetStartedGuide.md to add instructions on obtaining zstd
1 parent a0ba55c commit 6a40592

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ and a wide range of compute accelerators such as GPU and FPGA.
4848
* libhwloc-dev or hwloc-devel package on linux
4949
* C++ compiler
5050
* 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.
5154

5255
Alternatively, you can use a Docker image that has everything you need for
5356
building pre-installed:

0 commit comments

Comments
 (0)