3 Installation
Giuseppe Trotta edited this page 2019-05-15 23:38:52 +02:00

Compiling from Sources

In order to compile muraena from sources, make sure that:

  • You have a correctly configured Go >= 1.12 environment.
  • $GOPATH is defined and $GOPATH/bin is in $PATH.

Once you've met this conditions, you can run the following commands to compile muraena:

go get github.com/muraenateam/muraena
cd $GOPATH/src/github.com/muraenateam/muraena
make build