PlatONnetwork/PlatON-Go

crypto\bls\bls.go:4:10: fatal error: bls/bls.h: No such file or directory

woyouwole2012 opened this issue · 6 comments

crypto\bls\bls.go:4:10: fatal error: bls/bls.h: No such file or directory

exit status 3221225781

What‘s the OS info? Is libssl-dev installed?

sudo apt install -y golang-go cmake llvm g++ libgmp-dev libssl-dev

try it

What‘s the OS info? Is libssl-dev installed?


sudo apt install -y golang-go cmake llvm g++ libgmp-dev libssl-dev

try it

windows 10 ,I've installed
mingw ,what should I do next

What‘s the OS info? Is libssl-dev installed?


sudo apt install -y golang-go cmake llvm g++ libgmp-dev libssl-dev

try it

windows 10 ,I've installed
mingw ,what should I do next

You should add bls dependent library to your environment variables

git submodule init && git submodule update
export PATH=$PATH:"$GOPATH/src/github.com/PlatONnetwork/PlatON-Go/crypto/bls/bls_win/lib"

Closed due to prolonged absence of feedback