From a21e82cb7f639a45bdaac755dc56a3e382d3ce03 Mon Sep 17 00:00:00 2001 From: LtPeriwinkle Date: Sun, 17 Jan 2021 16:51:27 -0700 Subject: [PATCH] [misc] fix ubuntu packages in README (#2) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dd96b30..caa424e 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,9 @@ When you run mist, make sure it is in the same directory as the `assets` directo ### Linux Requirements are SDL2, SDL2\_Image and SDL2\_TTF shared libraries, as well as development libraries. On ubuntu: ``` -sudo apt-get install libsdl2 libsdl2-ttf libsdl2-image libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev +sudo apt-get install libsdl2-2.0.0 libsdl2-ttf-2.0.0 libsdl2-image-2.0.0 libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev ``` -(i think) - On arch: ``` sudo pacman -S sdl2 sdl2_ttf sdl2_image