Skip to content

Commit

Permalink
[skip ci] [doc] add link to bls/Makefile.onelib
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Oct 24, 2024
1 parent 2af4e7e commit 328e26f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ 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
```

The static library `libbls384_256.a` built by `bls/Makefile.onelib` in [bls](https://github.com/herumi/bls) contains all mcl functions. So please see [the comment of Makefile.onelib](https://github.com/herumi/bls/blob/master/Makefile.onelib#L198) if you want to build this library on the other platform such as Mingw64 on Linux.

# How to build on 64-bit Windows with Visual Studio

Python3 is necessary.
Expand Down

0 comments on commit 328e26f

Please sign in to comment.