Skip to content

Commit fdd853d

Browse files
committed
Update README.md
1 parent 2b4a42b commit fdd853d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This is a python binding for the Microsoft SEAL library.
4040
# Get the newest repositories (dev only)
4141
# git submodule update --remote
4242

43-
# Build the SEAL lib
43+
# Build the SEAL lib without the msgsl zlib and zstandard compression
4444
cd SEAL
45-
cmake -S . -B build -DSEAL_USE_MSGSL=OFF -DSEAL_USE_ZLIB=OFF
45+
cmake -S . -B build -DSEAL_USE_MSGSL=OFF -DSEAL_USE_ZLIB=OFF -DSEAL_USE_ZSTD=OFF
4646
cmake --build build
4747
cd ..
4848

@@ -57,8 +57,6 @@ This is a python binding for the Microsoft SEAL library.
5757

5858
Build examples: `-DSEAL_BUILD_EXAMPLES=ON`
5959

60-
Zstandard compression off: `-DSEAL_USE_ZSTD=OFF`
61-
6260
[More cmake options](https://github.com/microsoft/SEAL#basic-cmake-options)
6361

6462

0 commit comments

Comments
 (0)