Skip to content

Commit f18b9a2

Browse files
committed
OpenZL is now a plugin, so no need to reference to it here anymore
1 parent 2fce3c3 commit f18b9a2

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

README.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

README_DEVELOPERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2626
is on PATH and build with Ninja, for example:
2727

2828
```bash

0 commit comments

Comments
 (0)