diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-04-19 20:54:02 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-04-19 20:54:02 +0800 |
commit | e5d3fd96513c97f9452b89960937bf07f83118c0 (patch) | |
tree | 06911741d530928d038d5606aeee92e46f124fb9 /readme.md | |
parent | 5d8c94e99d28aa9eb9ba88fe5e4ab93b29f1bffd (diff) | |
download | dexon-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.
|