From 68786c070ce0a13427a498adde055359f0796031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Vladi=C4=87?= Date: Sat, 5 Nov 2022 11:47:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b9e79..ab6cabb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Install SDL -Downlad [SDL](https://www.libsdl.org/) (a graphics library to ope na window and handle the mouse). On Linux: +Downlad [SDL](https://www.libsdl.org/) (a graphics library to open a window and handle the mouse). On Linux: 1. Find the current version of SDL2: `apt-cache search libsdl2 (e.g. libsdl2-2.0-0)` 2. Install SDL2: `sudo apt-get install libsdl2-2.0-0` (replace with the found version) 3. Install SDL2 development package: `sudo apt-get install libsdl2-dev`