Skip to content

Commit

Permalink
docs: Add valgrind as test dependencies in README.md (#1251)
Browse files Browse the repository at this point in the history
* docs: add valgrind as dependencies in readme

Co-authored-by: Michael Leung <michael.leung@bloombase.com>
  • Loading branch information
yin19941005 and Michael Leung authored Jul 8, 2022
1 parent 1a1e918 commit 8ec5517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ We realize some parties may want to deploy quantum-safe cryptography prior to th

On Ubuntu:

sudo apt install astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml
sudo apt install astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml valgrind

On macOS, using a package manager of your choice (we've picked Homebrew):

brew install cmake ninja openssl@1.1 wget doxygen graphviz astyle
brew install cmake ninja openssl@1.1 wget doxygen graphviz astyle valgrind
pip3 install pytest pytest-xdist pyyaml

Note that, if you want liboqs to use OpenSSL for various symmetric crypto algorithms (AES, SHA-2, etc.) then you must have OpenSSL version 1.1.1 or higher.
Expand Down

0 comments on commit 8ec5517

Please sign in to comment.