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
Artem Vinokurov edited this page Jan 12, 2018
·
3 revisions
In order to install this repository and obtain the latest build of arduino-create agent please do the following:
export your GOPATH: export GOPATH=/path/to/where/you/want/go/packages/to/be
make sure that go is installed, as well as gcc and g++ (or clang and clang++). Consult your system's documentation on that. As an example for Ubuntu it should be sudo apt-get update && sudo apt-get install golang-go gcc.
libappindicator and gtk3 development packages are needed for the tray-icon feature, please install them accordingly to your system's documentation.
type go get github.com/OpenRoberta/create-agent/agent
sit back and relax, it will take some time to download all dependencies and build the workspace. Please note, that by default there is not output from go get command. It is not hanging, just takes some time to finish, please, be patient.
your freshly built create-agent is at $GOPATH/bin/agent
you can find the configuration file (config.ini) in the root of this repository.