File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,17 +53,6 @@ Conda users can install from conda-forge:
5353
5454 conda install -c conda-forge python-blosc2
5555
56- Windows note
57- ============
58-
59- When building from source on Windows, clang-cl is required (OpenZL depends on C11 support).
60- Make sure LLVM is on PATH and use the Ninja generator, for example::
61-
62- CMAKE_GENERATOR=Ninja
63- CC=clang-cl
64- CXX=clang-cl
65- pip install -e .
66-
6756 Documentation
6857=============
6958
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You are done!
2222 pip install . # add -e for editable mode
2323```
2424
25- On Windows, clang-cl is required (OpenZL depends on C11 support) . Make sure LLVM
25+ On Windows, clang-cl is required now . Make sure LLVM
2626is on PATH and build with Ninja, for example:
2727
2828``` bash
You can’t perform that action at this time.
0 commit comments