steel-lord/README.md

15 lines
133 B
Markdown
Raw Normal View History

2019-07-12 23:10:10 -07:00
# How to build
On linux:
```
go build -tags enableEbiten
```
On windows:
```
$env:CGO_ENABLED=0
go build -tags enableEbiten
```