aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
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