From 6f89684faa0ee752e901053f7508eb05d158b2eb Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Mon, 13 Aug 2018 15:14:02 +0900 Subject: fix bat files for make windows binary --- readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'readme.md') 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 -- cgit v1.2.3