Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 537 Bytes

09-Build_en.md

File metadata and controls

26 lines (17 loc) · 537 Bytes

top > English / Japanese

Build

Git, Go 1.16 or later and GNU Make are required

git clone https://github.com/zetamatta/nyagos
cd nyagos
make

If you do not have GNU Make,

git clone https://github.com/zetamatta/nyagos
cd nyagos

(for Windows)
go build

(for Linux)
CGO_ENABLED=0 go build

When you do not use Makefile, the displayed version do not contain the git commit hash.