aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-12-29 14:28:01 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-12-29 14:28:01 +0800
commitec46946b4a1e597fec85ca2ad491387797aeb6dd (patch)
treebb8a2630bb0809848a66f771a776587796699e3e /readme.md
parentd7071c71925721a25feb690fdca4387235f48e2c (diff)
downloadtangerine-mcl-ec46946b4a1e597fec85ca2ad491387797aeb6dd.tar.gz
tangerine-mcl-ec46946b4a1e597fec85ca2ad491387797aeb6dd.tar.zst
tangerine-mcl-ec46946b4a1e597fec85ca2ad491387797aeb6dd.zip
update doc
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 743843b..0698e9f 100644
--- a/readme.md
+++ b/readme.md
@@ -36,6 +36,7 @@ git clone git://github.com/herumi/cybozulib_ext ; for only Windows
# Build and test on x86-64, ARM and ARM64 Linux
To make lib/libmcl.a and test it:
```
+cod work/mcl
make test
```
To benchmark a pairing:
@@ -56,11 +57,11 @@ make ARCH=x86 CFLAGS_USER="-I <lib32>/include" LDFLAGS_USER="-L <lib32>/lib -Wl,
## Build for 64-bit Windows
1) make library
```
->mklib.bat
+mklib.bat
```
2) make exe binary of sample\pairing.cpp
```
->mk sample\pairing.cpp
+mk sample\pairing.cpp
```
open mcl.sln and build or if you have msbuild.exe