You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gregory Rudolph 6e79d75490
Cleanup and attempt to not clobber config
4 years ago
.gitignore Use fork 4 years ago
README.md Initial commit 4 years ago
chess.go Cleanup and attempt to not clobber config 4 years ago
config.go Cleanup and attempt to not clobber config 4 years ago
config.json.sample Initial commit 4 years ago
go.mod Use fork 4 years ago
go.sum Use fork 4 years ago
main.go Cleanup and attempt to not clobber config 4 years ago
types.go Use fork 4 years ago

README.md

Required for go build

export CGO_CFLAGS_ALLOW='-l.*'
export CGO_LDFLAGS_ALLOW='-I.*'