Elaborated README a bit on using the Allegro backend.

This commit is contained in:
Sander Schobers 2020-05-23 19:14:45 +02:00
parent 820d0f109a
commit 6a8a23bf61

View File

@ -122,6 +122,8 @@ If you want to use the Allegro backend you can add the build tag `allegro` to th
``` ```
go install opslag.de/schobers/tins2020/cmd/tins2020 -tags static,allegro -ldflags "-s -w" go install opslag.de/schobers/tins2020/cmd/tins2020 -tags static,allegro -ldflags "-s -w"
``` ```
In this case the SDL 2.0 prerequisite is replaced by the Allegro 5.2 (development libraries must be available for your C compiler).
## Sources ## Sources
Can be found at https://opslag.de/schobers/tins2020 (Git repository). Can be found at https://opslag.de/schobers/tins2020 (Git repository).