mirror of
https://github.com/samsapti/bachelor-project.git
synced 2024-11-25 14:27:54 +00:00
Add openssl as dependency
This commit is contained in:
parent
27eaec8dd1
commit
55b8b5c622
|
@ -8,7 +8,7 @@ config:
|
|||
|
||||
deps: config
|
||||
sudo apt install -y automake build-essential clang cmake git libgmp-dev \
|
||||
libntl-dev libsodium-dev libssl-dev libtool m4 python3 texinfo yasm
|
||||
libntl-dev libsodium-dev libssl-dev libtool m4 openssl python3 texinfo yasm
|
||||
$(MAKE) -C $(MP_SPDZ_PATH) boost
|
||||
$(MAKE) -C $(MP_SPDZ_PATH) libote
|
||||
|
||||
|
|
Loading…
Reference in a new issue