diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2016-12-29 14:28:01 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2016-12-29 14:28:01 +0800 |
commit | ec46946b4a1e597fec85ca2ad491387797aeb6dd (patch) | |
tree | bb8a2630bb0809848a66f771a776587796699e3e /readme.md | |
parent | d7071c71925721a25feb690fdca4387235f48e2c (diff) | |
download | tangerine-mcl-ec46946b4a1e597fec85ca2ad491387797aeb6dd.tar.gz tangerine-mcl-ec46946b4a1e597fec85ca2ad491387797aeb6dd.tar.zst tangerine-mcl-ec46946b4a1e597fec85ca2ad491387797aeb6dd.zip |
update doc
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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
|