Skip to content

Installation

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:

  1. export your GOPATH: export GOPATH=/path/to/where/you/want/go/packages/to/be
  2. 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.
  3. libappindicator and gtk3 development packages are needed for the tray-icon feature, please install them accordingly to your system's documentation.
  4. type go get github.com/OpenRoberta/create-agent/agent
  5. 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.
  6. your freshly built create-agent is at $GOPATH/bin/agent
  7. you can find the configuration file (config.ini) in the root of this repository.

Clone this wiki locally