Skip to content

Commit

Permalink
[skip ci] [doc] fix paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Oct 22, 2024
1 parent 323ad0c commit 2af4e7e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,6 @@ cd <mcl dir>
make ARCH=x86 LLVM_VER=-14 GMP_DIR=<install 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

```
Expand All @@ -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
Expand Down

0 comments on commit 2af4e7e

Please sign in to comment.