Added allegro build tag to the README.
This commit is contained in:
parent
d24b4eb376
commit
ea26db29f3
@ -118,6 +118,11 @@ go generate opslag.de/schobers/tins2020/cmd/tins2020
|
||||
go install opslag.de/schobers/tins2020/cmd/tins2020 -tags static -ldflags "-s -w"
|
||||
```
|
||||
|
||||
If you want to use the Allegro backend you can add the build tag `allegro` to the `go install` command. E.g.:
|
||||
```
|
||||
go install opslag.de/schobers/tins2020/cmd/tins2020 -tags static,allegro -ldflags "-s -w"
|
||||
```
|
||||
|
||||
## Sources
|
||||
Can be found at https://opslag.de/schobers/tins2020 (Git repository).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user