Skip to content

Commit ecc2c33

Browse files
enable CGO on installation of tokensdk
Signed-off-by: M.R.Nasrabadi <[email protected]>
1 parent b82a309 commit ecc2c33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

token-sdk/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Prerequisites:
8282

8383
- bash
8484
- golang 1.20+
85+
- build-essential
8586
- git
8687
- docker
8788
- docker-compose
@@ -115,7 +116,7 @@ Validate that the CA is at 1.5.7 by executing `fabric-ca-client version`.
115116
Install tokengen. Tokengen is a tool to create the configuration file for the token chaincode (once, when deploying the chaincode). It generates the public parameters that the network participants will use to generate their proofs, and it specifies the public identities of the issuer, auditor and CA for signature validation.
116117
117118
```bash
118-
go install github.com/hyperledger-labs/fabric-token-sdk/cmd/[email protected]
119+
CGO_ENABLED=1 go install github.com/hyperledger-labs/fabric-token-sdk/cmd/[email protected]
119120
```
120121
121122
### Quick start

0 commit comments

Comments
 (0)