Installation

Go SDK

Go libraries

The easiest way to get it is to use gom.

go get github.com/mattn/gom
gom install

C++ tools and libraries

Build

gom exec ./bootstrap.bash
gom exec ./build.bash

External plugins

Because Gopnik is a statically linked binary, plugins should be defined at the build stage. Use

./bootstrap.bash --plugin <plugin_package>

to enable a plugin.