From 3eafa3649a549a3ad764d8c304bead6ddeedc5d8 Mon Sep 17 00:00:00 2001 From: aixxe Date: Fri, 13 Jan 2017 01:48:00 +0000 Subject: [PATCH] Add missing dependency to README.md. Signed-off-by: aixxe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b309f01..f1869a2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You will need **cmake**, a relatively up-to-date C++ compiler and 32-bit **SDL2* If you are on a 64-bit system you may need to enable 32-bit repositories. ``` -pacman -S cmake base-devel lib32-sdl2 +pacman -S cmake base-devel lib32-sdl2 gcc-multilib ``` ### Usage