mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
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:
committed by
GitHub
parent
5e714b22af
commit
1a967032c6
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user