Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Huelse committed Apr 14, 2024
1 parent 2b4a42b commit fdd853d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ This is a python binding for the Microsoft SEAL library.
# Get the newest repositories (dev only)
# git submodule update --remote

# Build the SEAL lib
# Build the SEAL lib without the msgsl zlib and zstandard compression
cd SEAL
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
cmake --build build
cd ..

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

Build examples: `-DSEAL_BUILD_EXAMPLES=ON`

Zstandard compression off: `-DSEAL_USE_ZSTD=OFF`

[More cmake options](https://github.com/microsoft/SEAL#basic-cmake-options)


Expand Down

0 comments on commit fdd853d

Please sign in to comment.