Added allegro build tag to the README.

This commit is contained in:
Sander Schobers 2020-05-23 12:08:29 +02:00
parent d24b4eb376
commit ea26db29f3

View File

@ -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).