aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-07-15 12:46:26 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-07-15 12:46:26 +0800
commit72a61890fce33b8eba5c8af5d05593b745c639ac (patch)
treeacc6b68a4372bd3b41d1fd3dae621b991266a7ba
parentb4243dfced68e8411af63e655f190d9bb57ab49f (diff)
downloaddexon-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.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index 7bb4e49..b5fa2ca 100644
--- a/readme.md
+++ b/readme.md
@@ -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