diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-07-15 12:46:26 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-07-15 12:46:26 +0800 |
commit | 72a61890fce33b8eba5c8af5d05593b745c639ac (patch) | |
tree | acc6b68a4372bd3b41d1fd3dae621b991266a7ba | |
parent | b4243dfced68e8411af63e655f190d9bb57ab49f (diff) | |
download | dexon-bls-72a61890fce33b8eba5c8af5d05593b745c639ac.tar dexon-bls-72a61890fce33b8eba5c8af5d05593b745c639ac.tar.gz dexon-bls-72a61890fce33b8eba5c8af5d05593b745c639ac.tar.bz2 dexon-bls-72a61890fce33b8eba5c8af5d05593b745c639ac.tar.lz dexon-bls-72a61890fce33b8eba5c8af5d05593b745c639ac.tar.xz dexon-bls-72a61890fce33b8eba5c8af5d05593b745c639ac.tar.zst dexon-bls-72a61890fce33b8eba5c8af5d05593b745c639ac.zip |
update how to build on windows
-rw-r--r-- | readme.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -30,14 +30,13 @@ make sample_test ``` # Build and test for Windows +Type ``` -cd mcl -mklib -cd ..\bls +cd bls mklib -mk test\bls_test.cpp -bls_test.exe +mk test/bls_c384_test.cpp ``` +then `bin/bls_c384_test.exe` will be built. # API |