aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-04-19 20:54:02 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-04-19 20:54:02 +0800
commite5d3fd96513c97f9452b89960937bf07f83118c0 (patch)
tree06911741d530928d038d5606aeee92e46f124fb9 /readme.md
parent5d8c94e99d28aa9eb9ba88fe5e4ab93b29f1bffd (diff)
downloaddexon-mcl-e5d3fd96513c97f9452b89960937bf07f83118c0.tar.gz
dexon-mcl-e5d3fd96513c97f9452b89960937bf07f83118c0.tar.zst
dexon-mcl-e5d3fd96513c97f9452b89960937bf07f83118c0.zip
install libssl-dev
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.