aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 8760387..264d3d8 100644
--- a/readme.md
+++ b/readme.md
@@ -19,9 +19,9 @@ The current version supports the optimal Ate pairing over BN curves.
# Installation Requirements
-* [GMP](https://gmplib.org/)
+* [GMP](https://gmplib.org/) and OpenSSL
```
-apt install libgmp-dev
+apt install libgmp-dev libssl-dev
```
Create a working directory (e.g., work) and clone the following repositories.