Skip to content

Commit

Permalink
Add build instructions (Fixes #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lefranc committed Jun 6, 2016
1 parent d1750bc commit 1da93c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Building from source

* Download a Go release (Go 1.6 minimum): https://golang.org/dl/ or use your system's release if >= 1.6
* Create a build directory: `mkdir -p ~/go`
* Point GOPATH environment variable to this directory: `export GOPATH=~/go`
* Clone the source: `go get github.com/mariadb-corporation/replication-manager`
* Compile and install: `go install github.com/mariadb-corporation/replication-manager`
* Add the go binaries directory to your path: `export PATH=$PATH:~/go/bin`

0 comments on commit 1da93c0

Please sign in to comment.