From 36c18b8944919ef428ed856935746955a4cc38cc Mon Sep 17 00:00:00 2001 From: Fyodor Shchukin Date: Tue, 5 Feb 2019 09:40:32 +0300 Subject: [PATCH] Linux deps update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 452b49e..11a2cf0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Lire is well tested to work with [SBCL](http://www.sbcl.org). Before run Lire ch - Ubuntu (apt-get): ```sudo apt-get install libffi6 libffi-dev libsdl2 libsdl2-image libsdl2-ttf``` -- Fedora (dnf): ```sudo dnf install libffi libffi-dev SDL2 SDL2_image SDL2_ttf``` +- Fedora (dnf): ```sudo dnf install libffi libffi-devel SDL2 SDL2_image SDL2_ttf``` - ArchLinux (pacman): ```sudo pacman -S libffi sdl2 sdl2_ttf sdl2_image```