Open Source Build - GeneralElectric/TrueConnect-Link GitHub Wiki

The Source code for TrueConnect-Link is available as here under the 3 clause BSD licence. We recommend that you also install git as it simplifies downloading the source and that of its dependencies.

To compile it you will need to install the Go language on your computer. Golang is free and available, along with installation instructions, from golang.org

Once you have fully installed GO execute the following to build TrueConnectLink.

 Go get github.com/google/uuid
 Go get golang.org/x/oauth2
 Go get github.com/GeneralElectric/TrueConnectLink
 cd ~/go/src/github.com/GeneralElectric/TrueConnectLink/main
 Go build main.go -o TrueConnectLink