aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-12-20 15:11:53 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-12-20 15:11:53 +0800
commit7b1aafd70f559db31f0668aa9cc1fdaa6eeda405 (patch)
tree7c4ed5229ec6e2e4e2666f4c4c8373b42beeb086
parent24fcafd9e8d645947cc7972b8030d4abb664c1d4 (diff)
downloaddexon-bls-7b1aafd70f559db31f0668aa9cc1fdaa6eeda405.tar
dexon-bls-7b1aafd70f559db31f0668aa9cc1fdaa6eeda405.tar.gz
dexon-bls-7b1aafd70f559db31f0668aa9cc1fdaa6eeda405.tar.bz2
dexon-bls-7b1aafd70f559db31f0668aa9cc1fdaa6eeda405.tar.lz
dexon-bls-7b1aafd70f559db31f0668aa9cc1fdaa6eeda405.tar.xz
dexon-bls-7b1aafd70f559db31f0668aa9cc1fdaa6eeda405.tar.zst
dexon-bls-7b1aafd70f559db31f0668aa9cc1fdaa6eeda405.zip
add doc to build without OpenSSL
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 217ffcd..d415e1b 100644
--- a/readme.md
+++ b/readme.md
@@ -25,6 +25,8 @@ git clone git://github.com/herumi/cybozulib_ext ; for only Windows
* golang binding does not support this feature yet.
* Build option without GMP
* `make MCL_USE_GMP=0`
+* Build option without OpenSSL
+ * `make MCL_USE_OPENSSL=0`
* Build option to specify `mcl` directory
* `make MCL_DIR=<mcl directory>`