From 3187fb06e2345a6a5a989fcf87e9ec0425ac5edd Mon Sep 17 00:00:00 2001 From: Yuto Takano Date: Sun, 11 Aug 2024 01:21:17 +0100 Subject: [PATCH] Add to README that system-wide SDL2 is recommended --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e67a2aa..3ec54e1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project uses SDL2 as the cross-platform window/graphics abstraction library So to build this project correctly, we'll need to install SDL2 so Haskell can find it. You can do this either system-wide or local to this project. -- System-wide SDL2 installation +- System-wide SDL2 installation (recommended if supported) - On DICE: - This is unsupported. - On Windows: