We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4a42b commit fdd853dCopy full SHA for fdd853d
README.md
@@ -40,9 +40,9 @@ This is a python binding for the Microsoft SEAL library.
40
# Get the newest repositories (dev only)
41
# git submodule update --remote
42
43
- # Build the SEAL lib
+ # Build the SEAL lib without the msgsl zlib and zstandard compression
44
cd SEAL
45
- cmake -S . -B build -DSEAL_USE_MSGSL=OFF -DSEAL_USE_ZLIB=OFF
+ cmake -S . -B build -DSEAL_USE_MSGSL=OFF -DSEAL_USE_ZLIB=OFF -DSEAL_USE_ZSTD=OFF
46
cmake --build build
47
cd ..
48
@@ -57,8 +57,6 @@ This is a python binding for the Microsoft SEAL library.
57
58
Build examples: `-DSEAL_BUILD_EXAMPLES=ON`
59
60
- Zstandard compression off: `-DSEAL_USE_ZSTD=OFF`
61
-
62
[More cmake options](https://github.com/microsoft/SEAL#basic-cmake-options)
63
64
0 commit comments