Skip to content

Commit 2d81e61

Browse files
author
Tarak Ben Youssef
committed
update readme
1 parent bc355b7 commit 2d81e61

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ To start using the SDK, install Go 1.13 or above and run go get:
5151
go get github.com/onflow/flow-go-sdk
5252
```
5353

54-
Building and testing Go commands with the SDK require enabling cgo `CGO_ENABLED=1` because of the underlying
55-
cryptography library. Refer to the [crypto repository build](https://github.com/onflow/crypto?tab=readme-ov-file#build) for more details.
54+
Building and testing Go commands with the SDK require enabling cgo `CGO_ENABLED=1` because of the underlying cryptography library.
55+
Refer to the [crypto repository build](https://github.com/onflow/crypto?tab=readme-ov-file#build) for more details.
56+
57+
Note that it is possible to build with cgo disabled `CGO_ENABLED=0`, but this requires confirming the choice by using the Go build tag `no-cgo`. This would disable the crypto BLS signature features of the SDK.
58+
Any call of a BLS tool would result in a panic.
5659

5760
## Generating Keys
5861

0 commit comments

Comments
 (0)