From 2af4e7e22d678de03c519de8108cfcddc0158d68 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 23 Oct 2024 08:29:14 +0900 Subject: [PATCH] [skip ci] [doc] fix paragraph --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 679f02c7..01cc0ebc 100644 --- a/readme.md +++ b/readme.md @@ -197,14 +197,6 @@ cd make ARCH=x86 LLVM_VER=-14 GMP_DIR= ``` -# How to build on 64-bit Windows with Visual Studio - -Python3 is necessary. -Open a console window, and -``` -git clone https://github.com/herumi/mcl -cd mcl - # How to build a library for arm with clang++ on Linux ``` @@ -214,6 +206,14 @@ arm-linux-gnueabi-g++ sample/pairing.cpp -O3 -DNDEBUG -I ./include/ lib/libmclbn env QEMU_LD_PREFIX=/usr/arm-linux-gnueabi/ qemu-arm ./a.out ``` +# How to build on 64-bit Windows with Visual Studio + +Python3 is necessary. +Open a console window, and +``` +git clone https://github.com/herumi/mcl +cd mcl + # static library mklib mk -s test\bls12_test.cpp && bin\bls12_test.exe