aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-08-13 14:14:02 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-08-13 14:14:02 +0800
commit6f89684faa0ee752e901053f7508eb05d158b2eb (patch)
tree05f7e237bc524f30d323df74dc343065382f0ac2 /readme.md
parentf25b779d48f3682a03a001f8ce0386eebd43de68 (diff)
downloaddexon-bls-6f89684faa0ee752e901053f7508eb05d158b2eb.tar
dexon-bls-6f89684faa0ee752e901053f7508eb05d158b2eb.tar.gz
dexon-bls-6f89684faa0ee752e901053f7508eb05d158b2eb.tar.bz2
dexon-bls-6f89684faa0ee752e901053f7508eb05d158b2eb.tar.lz
dexon-bls-6f89684faa0ee752e901053f7508eb05d158b2eb.tar.xz
dexon-bls-6f89684faa0ee752e901053f7508eb05d158b2eb.tar.zst
dexon-bls-6f89684faa0ee752e901053f7508eb05d158b2eb.zip
fix bat files for make windows binary
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index b5fa2ca..64134d3 100644
--- a/readme.md
+++ b/readme.md
@@ -30,13 +30,19 @@ make sample_test
```
# Build and test for Windows
-Type
+1) make static library and use it
```
-cd bls
mklib
-mk test/bls_c384_test.cpp
+mk -s test\bls_c384_test.cpp
+bin\bls_c384_test.exe
+```
+
+2) make dynamic library and use it
+```
+mklib dll
+mk -d test\bls_c384_test.cpp
+bin\bls_c384_test.exe
```
-then `bin/bls_c384_test.exe` will be built.
# API