Update README.md

I was getting unable to locate "libgmp" every time intalled new copy of MP-SDPZ in VMs. This solved my issue.
This commit is contained in:
Richard Hernandez
2023-07-20 09:31:07 -04:00
committed by GitHub
parent 5e714b22af
commit 1a967032c6

View File

@@ -55,7 +55,7 @@ parties and malicious security.
On Linux, this requires a working toolchain and [all
requirements](#requirements). On Ubuntu, the following might suffice:
```
sudo apt-get install automake build-essential clang cmake git libboost-dev libboost-thread-dev libgmp libntl-dev libsodium-dev libssl-dev libtool python3
sudo apt-get install automake build-essential clang cmake git libboost-dev libboost-thread-dev libgmp3-dev libntl-dev libsodium-dev libssl-dev libtool python3
```
On MacOS, this requires [brew](https://brew.sh) to be installed,
which will be used for all dependencies.