NYAGOS - The Nihongo Yet Another GOing Shell .

English / Japanese

ビルド方法 .

Git, Go 1.20.14~, GNU Make が必要となります

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

GNU Make がない場合は

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

(Windowsの場合)
go build

(Linuxの場合)
CGO_ENABLED=0 go build

Makefile を使わない場合、起動時のバージョン表記に Git コミットがつきません。