Skip to content

Installation

Giuseppe Trotta edited this page May 15, 2019 · 3 revisions

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 
Clone this wiki locally