You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jonathon Penberthy edited this page Mar 2, 2018
·
1 revision
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