Skip to content

iGwkang/bls-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

mkdir build && cd build
  • windows build
cmake -G "MinGW Makefiles" ..
cmake --build . --target bls-go
  • linux/mac build
cmake ..
cmake --build . --target bls-go