From 6a8a23bf61885f6271b6ecd007d658b883ed97bd Mon Sep 17 00:00:00 2001 From: Sander Schobers Date: Sat, 23 May 2020 19:14:45 +0200 Subject: [PATCH] Elaborated README a bit on using the Allegro backend. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6ee255..36e7e7a 100644 --- a/README.md +++ b/README.md @@ -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" ``` +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 Can be found at https://opslag.de/schobers/tins2020 (Git repository).