-
Notifications
You must be signed in to change notification settings - Fork 1
Compiling
Rory D edited this page Oct 3, 2020
·
2 revisions
Compiling waddles is fairly simple. Waddles is written and built in Go 1.15.2, so we recommend using at least that version of Go. At the very least, you will need a version of Go which supports modules. Please keep in mind that waddles has not been tested using any versions before 1.15.2, so your mileage may vary. You can download Go from here: https://golang.org/, or from your operating system's package manager. Once you have Go installed, simply download the source code from this repository, then build it!
$ go version
go version go1.15.2 linux/amd64
$ git clone https://github.com/the-sanctuary/waddles && cd waddles
$ go build