Skip to content

Commit

Permalink
Merge pull request SAP-archive#19 from databus23/fix-cgo-build
Browse files Browse the repository at this point in the history
improve documentation for building with go >=1.9.4
  • Loading branch information
bsrdjan authored Mar 23, 2020
2 parents 30b967f + b81b661 commit 6fcb5cd
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 @@ -75,6 +75,8 @@ To install _gorfc_ and dependencies, run following commands:
```bash
export CGO_CFLAGS="-I $SAPNWRFC_HOME/include"
export CGO_LDFLAGS="-L $SAPNWRFC_HOME/lib"
export CGO_CFLAGS_ALLOW=.*
export CGO_LDFLAGS_ALLOW=.*
go get github.com/stretchr/testify
go get github.com/sap/gorfc
cd $GOPATH/src/github.com/sap/gorfc/gorfc
Expand Down

0 comments on commit 6fcb5cd

Please sign in to comment.